-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker compose build isn't working #36
Comments
I notice you are running the commands from the Can you do it from one folder up? So from |
I rebuilt the image and ran from one folder up as you suggested. No change. BLIRKSPR MINGW64 ~/dockerimage/turtlebot3_behavior_demos (main) BLIRKSPR MINGW64 ~/dockerimage/turtlebot3_behavior_demos (main) MINGW64 ~/dockerimage/turtlebot3_behavior_demos (main) |
Did you also rebuild it from one folder up? I just grabbed the latest version of this repo and it ran fine... |
I did rebuild it from one folder up. Here is a list of the images after docker compose build: Note: I am building this on Windows 10 with Docker Desktop running Version 4.21.1 (114176) It fails to start using either the command line or from with the Docker Desktop GUI. |
AHA! The Windows host might do it... I wonder if it's something related to this: https://stackoverflow.com/questions/38905135/why-wont-my-docker-entrypoint-sh-execute Maybe the |
I am getting these errors messages after doing a docker compose build.
BLIRKSPR MINGW64 ~/dockerimage/turtlebot3_behavior_demos/docker (main)
$ docker compose up overlay
Container turtlebot3_behavior_demos-overlay-1 Creating
Container turtlebot3_behavior_demos-overlay-1 Created
Attaching to turtlebot3_behavior_demos-overlay-1
turtlebot3_behavior_demos-overlay-1 | exec /entrypoint.sh: no such file or directory
turtlebot3_behavior_demos-overlay-1 exited with code 1
BLIRKSPR MINGW64 ~/dockerimage/turtlebot3_behavior_demos/docker (main)
$ docker compose up sim
Container turtlebot3_behavior_demos-sim-1 Creating
Container turtlebot3_behavior_demos-sim-1 Created
Attaching to turtlebot3_behavior_demos-sim-1
turtlebot3_behavior_demos-sim-1 | exec /entrypoint.sh: no such file or directory
turtlebot3_behavior_demos-sim-1 exited with code 1
BLIRKSPR MINGW64 ~/dockerimage/turtlebot3_behavior_demos/docker (main)
$ docker compose up dev
Container turtlebot3_behavior_demos-dev-1 Creating
Container turtlebot3_behavior_demos-dev-1 Created
Attaching to turtlebot3_behavior_demos-dev-1
turtlebot3_behavior_demos-dev-1 | exec /entrypoint.sh: no such file or directory
turtlebot3_behavior_demos-dev-1 exited with code 1
It looks like everything built okay when the docker compose build command was issued.
Output file attached.
dockerbuildissue.txt
The text was updated successfully, but these errors were encountered: