[GH-ISSUE #433] docker distribution does not work #262

Closed
opened 2026-02-25 20:33:12 +03:00 by kerem · 2 comments
Owner

Originally created by @Nakilon on GitHub (Jun 28, 2021).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/433

$ docker pull asciinema/asciinema
Using default tag: latest
latest: Pulling from asciinema/asciinema
22dc81ace0ea: Pull complete 
1a8b3c87dba3: Pull complete 
91390a1c435a: Pull complete 
07844b14977e: Pull complete 
b78396653dae: Pull complete 
43f6a0cf4666: Pull complete 
79ea509e91e7: Pull complete 
a86c9945cbc4: Pull complete 
145ca2298a64: Pull complete 
65785bb635d4: Pull complete 
fb916ada2d50: Pull complete 
1bf82ddfaa54: Pull complete 
f3e7d45f67fe: Pull complete 
Digest: sha256:ba60328f333e5363a4d84ab25df7b9139e7873a7e0b0b4a4a07165ad7f4a174c
Status: Downloaded newer image for asciinema/asciinema:latest
docker.io/asciinema/asciinema:latest
$ docker run --rm -ti -v "$HOME/.config/asciinema":/root/.config/asciinema asciinema/asciinema rec
docker: Error response from daemon: OCI runtime create failed: container_linux.go:367: starting container process caused: exec: "rec": executable file not found in $PATH: unknown.
Originally created by @Nakilon on GitHub (Jun 28, 2021). Original GitHub issue: https://github.com/asciinema/asciinema/issues/433 ```none $ docker pull asciinema/asciinema Using default tag: latest latest: Pulling from asciinema/asciinema 22dc81ace0ea: Pull complete 1a8b3c87dba3: Pull complete 91390a1c435a: Pull complete 07844b14977e: Pull complete b78396653dae: Pull complete 43f6a0cf4666: Pull complete 79ea509e91e7: Pull complete a86c9945cbc4: Pull complete 145ca2298a64: Pull complete 65785bb635d4: Pull complete fb916ada2d50: Pull complete 1bf82ddfaa54: Pull complete f3e7d45f67fe: Pull complete Digest: sha256:ba60328f333e5363a4d84ab25df7b9139e7873a7e0b0b4a4a07165ad7f4a174c Status: Downloaded newer image for asciinema/asciinema:latest docker.io/asciinema/asciinema:latest $ docker run --rm -ti -v "$HOME/.config/asciinema":/root/.config/asciinema asciinema/asciinema rec docker: Error response from daemon: OCI runtime create failed: container_linux.go:367: starting container process caused: exec: "rec": executable file not found in $PATH: unknown. ```
kerem closed this issue 2026-02-25 20:33:12 +03:00
Author
Owner

@real420og commented on GitHub (Aug 8, 2021):

try add asciinema before rec:

docker run --rm -ti -v "$HOME/.config/asciinema":/root/.config/asciinema asciinema/asciinema asciinema rec

or add tag develop:

docker run --rm -ti -v "$HOME/.config/asciinema":/root/.config/asciinema asciinema/asciinema:develop rec

<!-- gh-comment-id:894822479 --> @real420og commented on GitHub (Aug 8, 2021): try add **asciinema** before **rec**: `docker run --rm -ti -v "$HOME/.config/asciinema":/root/.config/asciinema asciinema/asciinema asciinema rec` or add tag **develop**: `docker run --rm -ti -v "$HOME/.config/asciinema":/root/.config/asciinema asciinema/asciinema:develop rec`
Author
Owner

@ku1ik commented on GitHub (Oct 2, 2021):

asciinema/asciinema:latest is now up to date, so no explicit develop tag is needed to get this.

<!-- gh-comment-id:932796307 --> @ku1ik commented on GitHub (Oct 2, 2021): `asciinema/asciinema:latest` is now up to date, so no explicit `develop` tag is needed to get this.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asciinema#262
No description provided.