zsh-in-docker icon indicating copy to clipboard operation
zsh-in-docker copied to clipboard

How do I exec into the container using zsh?

Open simplenotezy opened this issue 3 years ago • 0 comments

I've installed the package, but when trying to exec into it I get:

OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: exec: "zsh": executable file not found in $PATH: unknown

Using:

docker exec -it 6ea4953e2df4 sh

simplenotezy avatar Apr 28 '22 13:04 simplenotezy