Skip to content

Commit

Permalink
Update container installation doc (#1746)
Browse files Browse the repository at this point in the history
  • Loading branch information
abraverm committed Jul 2, 2020
1 parent b71b456 commit 64a2cce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ From within the config/Dockerfiles/linchpin directory:
$ sudo buildah bud -t linchpin .
Finally, to run the linchpin container:
Finally, to run the linchpin container with podman/docker:

.. code::
$ sudo buildah run linchpin -v /path/to/workspace:/workdir -- linchpin -w /wordir up
$ sudo buildah run linchpin -v /path/to/workspace:/workdir -- linchpin -w /workdir -vv destroy
$ sudo podman run linchpin -v /path/to/workspace:/workdir -- linchpin -w /wordir up
$ sudo podman run linchpin -v /path/to/workspace:/workdir -- linchpin -w /workdir -vv destroy
.. note::
Setting the CREDS_PATH environment variable pointing the /workdir is recommended.
Expand Down

0 comments on commit 64a2cce

Please sign in to comment.