A simple Python app for Docker's Python Language Guide.
To start with docker, type: docker init
Welcome to the Docker Init CLI!
This utility will walk you through creating the following files with sensible defaults for your project:
- .dockerignore
- Dockerfile
- compose.yaml
- README.Docker.md
Let's get started!
? What application platform does your project use? Python ? What version of Python do you want to use? 3.11.4 ? What port do you want your app to listen on? 5000 ? What is the command to run your app? python3 -m flask run --host=0.0.0.0