aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoradamjanovsky2023-05-26 14:18:39 +0200
committerGitHub2023-05-26 14:18:39 +0200
commit459150a0d4e1baac5a7dbf57fada3fe460c23cf5 (patch)
tree87fac0684e1edaa024e5d93cf102447a377a7ec5
parent83eea4705203e5eaa954e60ab9548a13ddfc2f6a (diff)
parent8c06ca481e3e72e42c4da9f4c77d10cdcc57aebf (diff)
downloadsec-certs-459150a0d4e1baac5a7dbf57fada3fe460c23cf5.tar.gz
sec-certs-459150a0d4e1baac5a7dbf57fada3fe460c23cf5.tar.zst
sec-certs-459150a0d4e1baac5a7dbf57fada3fe460c23cf5.zip
Merge pull request #344 from crocs-muni:fix-typo-docs
fix typo in docs
-rw-r--r--docs/quickstart.md2
1 files changed, 1 insertions, 1 deletions
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