Remove extra whitespace

This commit is contained in:
Marcin Kulik
2019-01-12 20:37:02 +01:00
parent 4633c87c77
commit 21dd13d415

View File

@@ -117,7 +117,7 @@ image from this one (start your custom Dockerfile with `FROM
asciinema/asciinema`). Another option is to start the container with `/bin/bash` asciinema/asciinema`). Another option is to start the container with `/bin/bash`
as the entrypoint, install extra packages and manually start `asciinema rec`: as the entrypoint, install extra packages and manually start `asciinema rec`:
docker run --rm -ti -v "$HOME/.config/asciinema":/root/.config/asciinema --entrypoint=/bin/bash asciinema/asciinema docker run --rm -ti -v "$HOME/.config/asciinema":/root/.config/asciinema --entrypoint=/bin/bash asciinema/asciinema
root@6689517d99a1:~# apt-get install foobar root@6689517d99a1:~# apt-get install foobar
root@6689517d99a1:~# asciinema rec root@6689517d99a1:~# asciinema rec