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

https://github.com/tianhanfangyan/hello-docker

[python] hello-docker
https://github.com/tianhanfangyan/hello-docker

dockerfile flask python

Last synced: 10 months ago
JSON representation

[python] hello-docker

Awesome Lists containing this project

README

          

# hello-docker

hello-docker is an example for docker.

## contents

1. docker build
```
docker builtd -t dystargate/hello-docker:{$tagId}
```

2. docker run

```
docker run -d -P --restart=always dystargate/hello-docker:{$tagId}
```

## docker hub

see [the docker hub](https://hub.docker.com/repository/docker/dystargate/hello-docker).