/godock

Build docker images without creating a dockerfile.

Primary LanguageGoMIT LicenseMIT

godock

Go Report Card

Build docker images without creating a dockerfile.

Usage

# Get godock
go get github.com/nukesz/godock

# Use it as you would the docker command without the -f flag
godock build -t myname/myapp .