Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xettrisomeman/dockerandpythonmathapp
Simple python app with docker
https://github.com/xettrisomeman/dockerandpythonmathapp
docker python
Last synced: about 13 hours ago
JSON representation
Simple python app with docker
- Host: GitHub
- URL: https://github.com/xettrisomeman/dockerandpythonmathapp
- Owner: xettrisomeman
- Created: 2019-12-06T02:43:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-06T03:38:04.000Z (about 5 years ago)
- Last Synced: 2024-11-09T02:20:55.874Z (about 2 months ago)
- Topics: docker, python
- Language: Python
- Size: 3.91 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
## This app does nothing special but returns calculations
## Use following commands to build the app
```docker
docker build -t .
```## After building the 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