Sign inSign up

eswonder/python-hello-world

By eswonder

Updated almost 2 years ago

Python Hello World

Image
Languages & frameworks
0

125

eswonder/python-hello-world repository overview

Python Hello World

README.md for python-hello-world

This repository contains a Python program that prints "Hello World" to the console.

Description

The Python program simply prints the message "Hello World" to the console.

Requirements

  • Language: Python 3.9
  • Requirements: Python 3.9+

Dockerization

Step 1: Build the Docker Image

docker build -t python-hello-world .

Step 2: Tag the Image

docker tag python-hello-world <your-username>/python-hello-world:latest

Step 3: Push the Image to Docker Hub

docker push <your-username>/python-hello-world:latest
``

## License

This repository is available under the MIT License.


Tag summary

Content type

Image

Digest

sha256:b78c1e50a

Size

45.4 MB

Last updated

almost 2 years ago

docker pull eswonder/python-hello-world