Skip to content
Discussion options

You must be logged in to vote

Yes, this is really a Docker-related question and a complete answer would require to have some understanding of how Docker works.
I'll try to be as simple as possible, explaining the steps but without going too much in details about "why" you need to do something (there's the Docker documentation for that).

I assume that you currently start the Docker container with a command like (with the addition of some flags and options)

docker run -it --rm irobotedu/create3-galactic bash

This command is saying: run a new container from the Docker image named irobotedu/create3-galactic.
If a Docker image with that name does not exist on your laptop, then Docker will look up for it on the Docker Hub …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by framlin
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
forum_rmw Forum post about ROS middlewares communication
2 participants