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

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

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