Skip to content

Commit 331eb99

Browse files
committed
Clarified the docker build command
1 parent aaa524f commit 331eb99

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

tex/manual.pdf

223 Bytes
Binary file not shown.

tex/manual.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,8 @@
427427
\section{Advanced setup}
428428
\label{sec:advanced_setup}
429429
\subsection{Manual Docker container setup}
430-
If you wish to manually build and setup the Docker container from source, use the command \\ \lstinline[language=bash]{docker build -t nspanelmanager}. This will always be the same. To then start the container, the following command can be used:
430+
If you wish to manually build and setup the Docker container from source, use the command \\ \lstinline[language=bash]{docker build -t nspanelmanager .} while standing in the downloaded "docker"-directory. This will always be the same. To then start the container, the following command can be used:
431+
\note{The extra dot at the end of the "docker build"-command is essential.}
431432
\begin{lstlisting}[language=bash]
432433
docker run --name nspanelmanager -v /etc/timezone:/etc/timezone:ro -v \
433434
"$(pwd)/data/":"/data/" \

0 commit comments

Comments
 (0)