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
- Host: GitHub
- URL: https://github.com/tianhanfangyan/hello-docker-go
- Owner: tianhanfangyan
- Created: 2018-11-05T08:20:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T09:52:05.000Z (over 6 years ago)
- Last Synced: 2025-07-28T07:08:08.222Z (10 months ago)
- Topics: dockerfile, golang, iris
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).