Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xettrisomeman/dockerandpython
Run app inside docker
https://github.com/xettrisomeman/dockerandpython
docker python3
Last synced: about 12 hours ago
JSON representation
Run app inside docker
- Host: GitHub
- URL: https://github.com/xettrisomeman/dockerandpython
- Owner: xettrisomeman
- Created: 2019-12-06T02:16:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-06T02:29:12.000Z (about 5 years ago)
- Last Synced: 2024-11-09T02:20:58.629Z (about 2 months ago)
- Topics: docker, python3
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Simple python app with docker
## Use following commands to build the app
```docker
docker build -t .
```## After building the app it will execute the code inside of Dockerfile
## Afer your app is built , run following commands
```docker
docker run -it
```## (-it) means docker runs your app in a terminal