Skip to content

Instantly share code, notes, and snippets.

@jovenbico
Last active February 5, 2019 12:35
Show Gist options
  • Save jovenbico/181399f0fa8aa82ed2069ceead7a002e to your computer and use it in GitHub Desktop.
Save jovenbico/181399f0fa8aa82ed2069ceead7a002e to your computer and use it in GitHub Desktop.

Create docker machine for test and to practice, practice, and practice

$ docker-machine create --driver virtualbox --virtualbox-cpu-count "2" --virtualbox-memory "2047" --virtualbox-hostonly-cidr "10.10.10.1/24" jenkins.machine

$ docker-machine ssh jenkins.machine

$ docker pull jenkins:2.60.3-alpine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment