Skip to content

Instantly share code, notes, and snippets.

@cguldogan
Last active August 25, 2018 02:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cguldogan/b35931f8f5536b46f8abeb1500d55cbd to your computer and use it in GitHub Desktop.
Save cguldogan/b35931f8f5536b46f8abeb1500d55cbd to your computer and use it in GitHub Desktop.
Initial Ubuntu Linux Docker Image Installation Commands for Go
  • apt update

  • apt -y install curl

  • apt install wget git

  • apt install golang

  • go version

run ubuntu bash

docker run -it ubuntu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment