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

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

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

dockerfile golang iris

Last synced: 10 months ago
JSON representation

[golang] hello-docker

Awesome Lists containing this project

README

          

# hello-docker-go

hello-docker-go is a example for docker. it was wrriten by golang language.

## contents

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

2. docker run

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

## docker hub

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