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
I'm not sure if this is a bug or I just need to do some additional setup. I have a shell script and inside the shell script, I want to execute the following command.
docker-compose run my-image
The image is built and if I run the shell script normally from the terminal everything works. However it I run the script via yarn exec, I get the following error:
ERROR: no such image: my-image:: invalid reference format
Does anyone know why this might happen or has faced this before?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm not sure if this is a bug or I just need to do some additional setup. I have a shell script and inside the shell script, I want to execute the following command.
docker-compose run my-image
The image is built and if I run the shell script normally from the terminal everything works. However it I run the script via
yarn exec
, I get the following error:ERROR: no such image: my-image:: invalid reference format
Does anyone know why this might happen or has faced this before?
Beta Was this translation helpful? Give feedback.
All reactions