Skip to content

Commit

Permalink
Update docker docs
Browse files Browse the repository at this point in the history
  • Loading branch information
omidraha committed Nov 19, 2018
1 parent f37f5ac commit 0820a26
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/virtualization/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -458,3 +458,21 @@ Set maximum concurrent download for docker pull
$ sudo systemctl daemon-reload
$ systemctl restart docker
Override the ENTRYPOINT using docker run
----------------------------------------


.. code-block:: bash
docker run -it --entrypoint "/bin/bash" --rm -v "$PWD":/ws/omr/ lsakalauskas/sdaps
Set image name when building a custom image
-------------------------------------------

.. code-block:: bash
$ docker build -t image_name .

0 comments on commit 0820a26

Please sign in to comment.