Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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