mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +01:00
Remove extra whitespace
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user