Changes between Version 16 and Version 17 of Docker HowTo Install


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Docker HowTo Install

    v16 v17  
    105105    This command downloads a test image and runs it in a container. When the container runs, it prints an informational message. Then, it exits.
    106106
     107== Docker location / workspace
     108
     1091. 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
     116All docker pulls must be done in this area.
    107117
    108118
     
    118128
    119129
    120