Skip to content
Snippets Groups Projects
Commit a9424b07 authored by Anton Kullberg's avatar Anton Kullberg
Browse files

readme: added env. variable to docker run command

parent 23825805
No related branches found
No related tags found
No related merge requests found
...@@ -24,13 +24,13 @@ docker build -t targettracking -f Dockerfile . ...@@ -24,13 +24,13 @@ docker build -t targettracking -f Dockerfile .
#### Step 3 #### Step 3
Run the Docker image Run the Docker image
``` ```
docker run --rm -it -p 8888:8888 targettracking docker run --rm -it -p 8888:8888 -e JUPYTER_LAB_ENABLE=yes targettracking
``` ```
This opens up a Jupyter lab instance on port 8888 which you can open in any browser. This opens up a Jupyter lab instance on port 8888 which you can open in any browser.
### Alternative 2: Pull Docker image from Container Registry ### Alternative 2: Pull Docker image from Container Registry
Run the Docker image (with notebooks) by running Run the Docker image (with notebooks) by running
``` ```
docker run --rm -it -p 8888:8888 gitlab.liu.se:5000/phd-courses/multiple-target-tracking docker run --rm -it -p 8888:8888 -e JUPYTER_LAB_ENABLE=yes gitlab.liu.se:5000/phd-courses/multiple-target-tracking
``` ```
# Documentation # Documentation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment