https://github.com/ehanlin/docker-updating
https://github.com/ehanlin/docker-updating
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ehanlin/docker-updating
- Owner: eHanlin
- License: mit
- Created: 2018-05-06T03:42:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-08T15:54:55.000Z (almost 8 years ago)
- Last Synced: 2025-05-22T21:13:41.378Z (about 1 year ago)
- Language: HTML
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-updating
Build
```
docker build --tag ehanlin/docker-updating:$NGINX_VAR --build-arg NGINX_VAR=$NGINX_VAR .
```
Publish
```
docker push ehanlin/docker-updating:$NGINX_VAR
```