Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/technobureau/docker

Docker Image Build
https://github.com/technobureau/docker

Last synced: 11 days ago
JSON representation

Docker Image Build

Awesome Lists containing this project

README

        

# docker Image Build

## Generate Cron Configuration
Add below line in postunpack.sh while building the docker file or while start before cron daemon start
```
generate_cron_conf date ' "/opt/technobureau/common/bin/cron.sh" > /proc/1/fd/1 2>&1' --run-as technobureau
```