Skip to content

Instantly share code, notes, and snippets.

@rselva
Last active September 13, 2018 06:32
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 rselva/196067bca91c51d767e695f2f5acdb68 to your computer and use it in GitHub Desktop.
Save rselva/196067bca91c51d767e695f2f5acdb68 to your computer and use it in GitHub Desktop.

Preparations for todays Docker workshop

Bring up Windows PowerShell # It is assumed you have Docker for Windows installed

Docker installation

PS:> docker version
--> Should show both server and client details

Download the following images

PS:> docker image pull alpine
PS:> docker image pull openjdk:8-jdk-alpine3.8
PS:> docker image pull nginx
PS:> docker image pull debian
PS:> docker image pull busybox
PS:> docker image pull fedora:22
PS:> docker image pull mongo
PS:> docker image pull mongo-express

Other tools

Maven
$ mvn version
GIT
$ git version

Open Follow along GIST

https://gist.github.com/rselva/9e9de8458111aa34c223820210696b51

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