Sign inSign up

kevineduardo14/helloworldpython

By kevineduardo14

•Updated almost 2 years ago

hello world made in python language

Image
0

160

kevineduardo14/helloworldpython repository overview

⁠helloworldpython

⁠Description

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.

⁠How to Use

  1. Pull the Image: Download the image from Docker Hub by running:

    docker pull kevineduardo14/helloworldpython
    
  2. Run the Container: Start the container and view the output directly in your terminal:

    docker run kevineduardo14/helloworldpython
    
  3. Customizing the Run: To run this container in detached mode, you can modify the command as follows:

    docker run -d kevineduardo14/helloworldpython
    

⁠Environment Variables

This Python project does not require additional environment variables for basic functionality.

⁠Additional Information

This container runs on Python 3.9 and executes the main.py script automatically upon container startup, printing "Hola Mundo" to the console.

Tag summary

Content type

Image

Digest

sha256:df66efdcc…

Size

45.4 MB

Last updated

almost 2 years ago

docker pull kevineduardo14/helloworldpython