env2dc/README.md

10 lines
163 B
Markdown
Raw Normal View History

2018-08-18 21:53:51 +00:00
# env2dc
A simple tool to convert env.sh to the docker-compose environment variable syntax.
```
go install
cd ~/path/to/directory/containing/env.sh
env2dc
```