Skip to content

Instantly share code, notes, and snippets.

@patterns
Created April 25, 2017 23:46
Show Gist options
  • Save patterns/52a6ccb0342882731706858d5e96cf70 to your computer and use it in GitHub Desktop.
Save patterns/52a6ccb0342882731706858d5e96cf70 to your computer and use it in GitHub Desktop.
Hello World example with Docker container
package main
import "fmt"
func main() {
fmt.Println("Hello Docker!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment