docker

command
v0.0.0-...-77d0bba Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 12, 2018 License: MIT Imports: 3 Imported by: 0

README

Building

$ docker build -t my-golang-with-docker .

Development

$ docker run -v /$(pwd):/go/src/github.com/experiments/docker -p 8080:8080 -it --rm my-golang-with-docker go run main.go

Deployment

$ docker run -p 8080:8080 -it --rm my-golang-with-docker

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL