Changes between Version 16 and Version 17 of Docker HowTo Install
- Timestamp:
- 09/29/16 14:35:41 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docker HowTo Install
v16 v17 105 105 This command downloads a test image and runs it in a container. When the container runs, it prints an informational message. Then, it exits. 106 106 107 == Docker location / workspace 108 109 1. Create the necessary workspace on your VM 110 111 {{{sudo mkdir /local/}}} 112 {{{sudo mkdir /local/docker/ }}} 113 {{{sudo mkdir /local/docker/si84 }}} 114 {{{sudo mkdir /local/docker/richard }}} 115 116 All docker pulls must be done in this area. 107 117 108 118 … … 118 128 119 129 120