Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nchekwa/docker-builder
Docker Builder Script
https://github.com/nchekwa/docker-builder
docker docker-images docker-registry dockerfile dockerfiles
Last synced: 17 days ago
JSON representation
Docker Builder Script
- Host: GitHub
- URL: https://github.com/nchekwa/docker-builder
- Owner: nchekwa
- License: gpl-3.0
- Created: 2023-11-24T04:21:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-20T14:17:43.000Z (6 months ago)
- Last Synced: 2024-11-11T05:34:41.324Z (3 months ago)
- Topics: docker, docker-images, docker-registry, dockerfile, dockerfiles
- Language: Shell
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-builder
Docker Builder Script which allows quick build of docker-container```bash
wget https://raw.githubusercontent.com/nchekwa/docker-builder/main/docker-builder
``````bash
***
*** Built docker container based on Docerfile and predefined variables
***
*** Syntax: ./docker-builder [-f] [-s] [-d] [-l] [-h|-v]
options:
-f Force build without prompting, even if an identical image already exists in the repository.
-s Save the image to tar.gz file.
-d If the file './docker-compose.yml' exists - try to restart service 'net-ez'
-v Print software version and exit.
-l Disable cache and log all output to the docker-builder.log file
-h Print this Help.
```