Skip to content

Commit

Permalink
Documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shamal Faily authored and Shamal Faily committed Jun 28, 2019
1 parent 91c7e73 commit 4a47252
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,16 @@ Once the containers have been installed then, in the future, you should use *doc
sudo docker start cairis-mysql
sudo docker start CAIRIS
To update your docker containers, run the below commands to stop the running containers and remove any old containers and volume files. Following that, you can re-run the above *docker run* commands to install and run the container. Don't forget to re-add your user account!

The containers can be stopped using *docker stop*, i.e.
.. code-block:: bash
sudo docker stop CAIRIS
sudo docker stop cairis-mysql
To update your docker containers, stop the docker containers and run the below commands to remove any old containers and volume files. Following that, you can re-run the above *docker run* commands to install and run the container. Don't forget to re-add your user account!

.. code-block:: bash
sudo docker rm $(sudo docker ps -aq)
sudo docker rmi $(sudo docker images -q)
sudo docker volume rm $(docker volume ls)
Expand Down

0 comments on commit 4a47252

Please sign in to comment.