File size: 507 Bytes
ed421d0
 
45b0cb0
ed421d0
 
 
 
 
45b0cb0
ed421d0
45b0cb0
ed421d0
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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? 8000
? What is the command to run your app? streamlit run app.py --server.address=0.0.0.0 --server.port=8000