Changes between Version 17 and Version 18 of Docker HowTo Install


Ignore:
Timestamp:
09/29/16 14:42:18 (8 years ago)
Author:
saj.issa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docker HowTo Install

    v17 v18  
    107107== Docker location / workspace
    108108
    109 1. Create the necessary workspace on your VM
     109Create the necessary workspace on your VM
    110110
    111111    {{{sudo mkdir /local/}}}
     
    115115
    116116All docker pulls must be done in this area.
     117
     118== Docker shared are
     119
     120Create a share docker area for hosts and docker container to share files :
     121
     122    {{{$ sudo mkdir share }}}
     123
     124    {{{$ sudo chmod 777 -R share/ }}}
    117125
    118126
     
    127135
    128136
    129