https://github.com/metowolf/docker-builder
🐳 Docker Builder
https://github.com/metowolf/docker-builder
builder docker script
Last synced: 11 months ago
JSON representation
🐳 Docker Builder
- Host: GitHub
- URL: https://github.com/metowolf/docker-builder
- Owner: metowolf
- Created: 2019-04-11T06:02:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-14T07:02:40.000Z (almost 7 years ago)
- Last Synced: 2025-01-20T15:49:36.102Z (about 1 year ago)
- Topics: builder, docker, script
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### docker-publish
install
```
sudo curl -L https://raw.githubusercontent.com/metowolf/docker-builder/master/scripts/publish.sh -o /usr/local/bin/docker-publish
sudo chmod +x /usr/local/bin/docker-publish
```
usage
```
~ docker-publish
usage: docker-publish repo[:tag] repo:tag [prefix count]
ie: docker-publish build:travis metowolf/php:7.3.4
docker-publish build metowolf/php:7.3.4 2
```