Changes between Version 18 and Version 19 of Docker HowTo Install


Ignore:
Timestamp:
09/29/16 16:44:03 (8 years ago)
Author:
saj.issa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docker HowTo Install

    v18 v19  
    116116All docker pulls must be done in this area.
    117117
    118 == Docker shared are
     118== Docker shared area
    119119
    120120Create a share docker area for hosts and docker container to share files :
    121121
    122     {{{$ sudo mkdir share }}}
     122    {{{sudo mkdir share }}}
    123123
    124     {{{$ sudo chmod 777 -R share/ }}}
     124    {{{sudo chmod 777 -R share/ }}}
     125
     126== Stop Apache on host system
     127
     128Its very important to stop apache on your host system for docker to work
     129
     130    {{{sudo apt-get install rcconf }}}
     131    {{{sudo rcconf  }}}
     132
     133select apache and click on ok and restart VM
     134
     135    {{{sudo reboot  }}}
    125136
    126137