hello world made in python language
160
This is a Docker image for a simple Python project that prints "Hola Mundo" to the console. The project is built using Python, and this container is configured to run the Python script upon startup.
Pull the Image: Download the image from Docker Hub by running:
docker pull kevineduardo14/helloworldpython
Run the Container: Start the container and view the output directly in your terminal:
docker run kevineduardo14/helloworldpython
Customizing the Run: To run this container in detached mode, you can modify the command as follows:
docker run -d kevineduardo14/helloworldpython
This Python project does not require additional environment variables for basic functionality.
This container runs on Python 3.9 and executes the main.py script automatically upon container startup, printing "Hola Mundo" to the console.
Content type
Image
Digest
sha256:df66efdcc…
Size
45.4 MB
Last updated
almost 2 years ago
docker pull kevineduardo14/helloworldpython