Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.
```