-
-
Notifications
You must be signed in to change notification settings - Fork 130
Docker-compose doesn't work #274
Comments
I have tried to understand better the problem, more details about:
command:
- echo
- "Hi Jackal!" I've got the same error
command:
- ./jackal The problem seems specific of the jackal docker image. I've tried to run jackal:
image: debian:stable-slim
depends_on:
- etcd
- pgsql
volumes:
- ../scripts:/scripts
command:
- /scripts/wait-for-it.sh
- pgsql:5432
- --
- echo
- "Hi Jackal!" Output
|
More tests about the problem. I think I have isolated the problem, it is something about the image platform used by docker-compose. To test this I have created a
and have used this
then I have executed the command and The output:
|
docker-compose doesn't work out of the box.
Running the command
sudo docker-compose -f dockerfiles/docker-compose.yml up
the jackal service fails to start with this log messageThe text was updated successfully, but these errors were encountered: