From 8c06ca481e3e72e42c4da9f4c77d10cdcc57aebf Mon Sep 17 00:00:00 2001 From: Adam Janovsky Date: Fri, 26 May 2023 14:17:50 +0200 Subject: fix typo in docs --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 1088e51a..f2e3690f 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -53,7 +53,7 @@ This script takes a long time to run (few hours) and will create `./cc_dset` or ## Run sec-certs from docker -If you installed the docker image (see [installation](installation.md)), use `docker run -it sec-certs` to run the container interactively. From there, you can run the `sec-certs` CLI. Alternatively, you can serve a Jupyter notebook from the docker to use at your host machine and even write your scripts to some shared folder. Example of that use-case follows. +If you installed the docker image (see [installation](installation.md)), use `docker run -it seccerts/sec-certs` to run the container interactively. From there, you can run the `sec-certs` CLI. Alternatively, you can serve a Jupyter notebook from the docker to use at your host machine and even write your scripts to some shared folder. Example of that use-case follows. ### Persistent files with docker mounts -- cgit v1.3.1