Un package per ottenere l'indirizzo IP di un container.
Project description
FILE: get_container_ip/README.md
Questo file contiene la documentazione del progetto.
get_container_ip
Questo pacchetto Python fornisce funzioni per ottenere l'indirizzo IP di un container Docker. È progettato per semplificare l'interazione con i container e facilitare la gestione delle reti.
Installazione
Per installare il pacchetto, puoi utilizzare pip:
pip install get_container_ip
Utilizzo
Ecco un esempio di come utilizzare il pacchetto:
from get_container_ip import main
# Ottieni l'indirizzo IP di un container specifico
ip_address = main.get_container_ip('nome_del_container')
print(f"L'indirizzo IP del container è: {ip_address}")
Contribuire
Se desideri contribuire a questo progetto, sentiti libero di aprire una pull request o segnalare problemi.
Licenza
Questo progetto è concesso in licenza sotto la MIT License. Vedi il file LICENSE per ulteriori dettagli.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file get_container_ip-0.1.0.tar.gz.
File metadata
- Download URL: get_container_ip-0.1.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3dadff66233237351ebdaf1de373fce094688f164fd8c1c34ed91fffab2545d
|
|
| MD5 |
edceec5a196ff7276c82b78fa071de7a
|
|
| BLAKE2b-256 |
fda25020b026070884895881aa95b9b3140ad19b155987227b6a8027c418e25a
|
File details
Details for the file get_container_ip-0.1.0-py3-none-any.whl.
File metadata
- Download URL: get_container_ip-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9db91cc3f5095bf4ad3f1d8add12f81259e71566a886316f804bf2e7f1c90f35
|
|
| MD5 |
37bce27633373da8a840f0dd294d95a8
|
|
| BLAKE2b-256 |
2d6a6d02214e5d2564ec8260a1991ad56c35970a45e17daba18d120b54f28f3f
|