Skip to content

Commit bfa73f0

Browse files
author
Marek Suchánek
committed
Use docker everywhere in the docs
1 parent 9efbb6f commit bfa73f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/using-newdoc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ $ docker pull quay.io/msuchane/newdoc
8989
. Configure a command alias. Save this line in your shell configuration file, such as in the `~/.bashrc` file:
9090
+
9191
----
92-
alias newdoc="podman run -it -v .:/mnt/newdoc:Z msuchane/newdoc newdoc"
92+
alias newdoc="docker run -it -v .:/mnt/newdoc:Z msuchane/newdoc newdoc"
9393
----
9494

9595
. Open a new terminal to reload the shell configuration.

0 commit comments

Comments
 (0)