Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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