You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, when I use docker-compose I can't get past the init phase. When I run it I can't enter the login or any others cli commands because I don't have any prompt.
Inside the container shell I can't run ./entrypoint.sh login either, because I get this error: Failed to create lock file; another instance is running.
Hello, when I use docker-compose I can't get past the init phase. When I run it I can't enter the
login
or any others cli commands because I don't have any prompt.Inside the container shell I can't run
./entrypoint.sh login
either, because I get this error:Failed to create lock file; another instance is running.
This is my compose config :
I dont have this issue when I simply use
docker run
cli command.Please any help would be appreciated.
The text was updated successfully, but these errors were encountered: