Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/technobureau/docker
Docker Image Build
https://github.com/technobureau/docker
Last synced: 11 days ago
JSON representation
Docker Image Build
- Host: GitHub
- URL: https://github.com/technobureau/docker
- Owner: TechnoBureau
- Created: 2023-01-21T14:35:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T15:00:53.000Z (10 months ago)
- Last Synced: 2024-11-19T23:57:39.885Z (2 months ago)
- Language: Shell
- Size: 35.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```