Skip to content

Instantly share code, notes, and snippets.

@brijesh-deb
Last active January 20, 2018 03:53
Show Gist options
  • Save brijesh-deb/d77678fb567cc39c51b213a7c01a7713 to your computer and use it in GitHub Desktop.
Save brijesh-deb/d77678fb567cc39c51b213a7c01a7713 to your computer and use it in GitHub Desktop.
#docker #installation

Installing Docker on Windows 7

  • Install oracle virtualbox 4.3.12 win (64bit)
  • Download DockerToolbox.exe and install (Unselect VirtualBox in wizard as VirtualBox is already installed)
  • Copy boot2docker.iso from C:\Program Files\Docker Toolbox to C:\Users\XXX.docker\machine\cache
  • Click Docker Quickstart Terminal (on desktop) to start docker
  • Test installation
    • docker version
    • docker pull alpine (Setup proxy if this step fails)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment