Replies: 1 comment
|
Yes, because the Watchtower container uses a scratch container. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I try to execute a shell within a watchtower container, but all methods like
docker exec -it watchtower /bin/shonly show this error:OCI runtime exec failed: exec failed: unable to start container process: exec: "/bin/sh": stat /bin/sh: no such file or directoryReplacing
/bin/shwith other shell results in same error message.Is this normal behavior?
All reactions