Cannot access my container in e terminal #2463
Unanswered
Serhioromano
asked this question in
Q&A
Replies: 0 comments
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 am building my container like this
docker build --platform linux/arm64 -t serhioromano/acutp-app:0.0.4 .
The dockerfile is
Then I create compose raw service with this
Everything works fine. But when I try to connect terminal it say select container
Althoough is I ssh server and run
docker exec -i efc sh
I do connect to a container although very strange I do not have a promptThe cursor have nothing before it.
As I know alpain have sh and should work.
Beta Was this translation helpful? Give feedback.
All reactions