zsh-in-docker
zsh-in-docker copied to clipboard
How do I exec into the container using zsh?
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