This repository contains a simple Python application demonstrating Docker basics.
66
This repository contains a simple Python application packaged in a Docker image. The image demonstrates the basics of working with Docker, including:
-> Writing a Dockerfile to containerize a Python application.
-> Running the container to execute a basic Python script.
The application prints a simple message, making it ideal for beginners learning Docker and containerization.
How to Use
1.Pull the Image
docker pull /python-docker-app:latest
2.Run the Container
docker run /python-docker-app
Output: You’ll see a message printed from the Python application.
Key Features
a)Lightweight Python application.
b)Easy to understand and use for educational purposes.
c)Provides a starting point for learning Docker.
Content type
Image
Digest
sha256:2b4f6ff7e…
Size
46.1 MB
Last updated
almost 2 years ago
docker pull abhishek740/python-docker-app