https://github.com/ntsd/docker-templates
My docker templates for make things easier to setup
https://github.com/ntsd/docker-templates
Last synced: about 1 year ago
JSON representation
My docker templates for make things easier to setup
- Host: GitHub
- URL: https://github.com/ntsd/docker-templates
- Owner: ntsd
- Created: 2019-06-23T14:20:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T06:04:52.000Z (over 3 years ago)
- Last Synced: 2025-03-17T10:14:24.886Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 137 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Templates
This is my templates for make things easier to setup
## Useful scripts
### Replace shell command in .env.example to .env
``` Shell
eval "echo \"$(cat .env.example)\"" > .env
```