How to enter the container terminal using docker exec -it
?
#2149
-
I'm unable to access osaxma:~$ docker exec -it <container_id> bin/bash
OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: exec: "bin/bash": stat bin/bash: no such file or directory: unknown
osaxma:~$ docker exec -it <container_id> bin/sh
OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: exec: "bin/sh": stat bin/sh: no such file or directory: unknown I noticed in |
Beta Was this translation helpful? Give feedback.
Answered by
wolfgangwalther
Feb 4, 2022
Replies: 1 comment 4 replies
-
Those examples were all pre-v8.0. In v8.0 we changed the way we build our docker images to a minimal image: |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
osaxma
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Those examples were all pre-v8.0. In v8.0 we changed the way we build our docker images to a minimal image:
https://postgrest.org/en/stable/releases/v8.0.0.html#changed