Skip to content
/ denv Public

Denv is a tool that makes working with multiple docker-compose files simpler.

License

Notifications You must be signed in to change notification settings

tobi812/denv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

denv

Denv is a tool that makes working with multiple docker-compose files simpler.

Setup development environment

  1. Install golang

  2. Define environment variables

  3. Install dependencies:

go get -d ./...
go install     
  1. Compile and run denv
go build 
./denv

About

Denv is a tool that makes working with multiple docker-compose files simpler.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages