Changes between Version 17 and Version 18 of Docker HowTo Install
- Timestamp:
- 09/29/16 14:42:18 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docker HowTo Install
v17 v18 107 107 == Docker location / workspace 108 108 109 1.Create the necessary workspace on your VM109 Create the necessary workspace on your VM 110 110 111 111 {{{sudo mkdir /local/}}} … … 115 115 116 116 All docker pulls must be done in this area. 117 118 == Docker shared are 119 120 Create a share docker area for hosts and docker container to share files : 121 122 {{{$ sudo mkdir share }}} 123 124 {{{$ sudo chmod 777 -R share/ }}} 117 125 118 126 … … 127 135 128 136 129