Mercurial > p > roundup > code
comparison doc/installation.txt @ 7707:36c3acb4b49b
feat: add help argument for docker image
Brief help is reported when help argument is given to the docker
container.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 22 Nov 2023 00:46:10 -0500 |
| parents | 939e2edeab40 |
| children | a03f8f681992 |
comparison
equal
deleted
inserted
replaced
| 7706:ccb5169ee6ee | 7707:36c3acb4b49b |
|---|---|
| 1917 | 1917 |
| 1918 Once you have initialized your tracker, any arguments placed at the | 1918 Once you have initialized your tracker, any arguments placed at the |
| 1919 end of the ``docker run`` command are passed to the ``roundup-server``. | 1919 end of the ``docker run`` command are passed to the ``roundup-server``. |
| 1920 These arguments **replace** the default arguments of ``issues=tracker``. | 1920 These arguments **replace** the default arguments of ``issues=tracker``. |
| 1921 | 1921 |
| 1922 Brief Help | |
| 1923 ~~~~~~~~~~ | |
| 1924 | |
| 1925 You can get help running the docker image:: | |
| 1926 | |
| 1927 docker run -it \ | |
| 1928 -v $PWD/tracker:/usr/src/app/tracker \ | |
| 1929 roundup-app:latest help | |
| 1930 | |
| 1922 Invoking a Shell | 1931 Invoking a Shell |
| 1923 ~~~~~~~~~~~~~~~~ | 1932 ~~~~~~~~~~~~~~~~ |
| 1924 | 1933 |
| 1925 You can invoke a shell inside the container without exec'ing into the | 1934 You can invoke a shell inside the container without exec'ing into the |
| 1926 container using:: | 1935 container using:: |
