Skip to content

keep changes in the container for later use #2648

Answered by kenji-miyake
koraykoca asked this question in Q&A
Discussion options

You must be logged in to vote

@koraykoca
I believe it is generally not recommended that you edit/commit a Docker container.
Instead, you have to provided containers as they are.
Considering your changes with the Docker image, there are several ways to resolve this.

  1. Include scenario_simulator (simularot.repos) into the autoware-universe image.

To do this, we have to either:

  • Resolve #21.
  • Add a flag whether to include scenario_simulator or not, and enable the flag only for amd64.

I personally would like to avoid this option because the dependency will increase and it makes maintenance difficult.

  1. Run scenario_simulator from a different Docker image.

I guess you can use this image.
In this case, you don't have to bui…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@koraykoca
Comment options

Comment options

You must be logged in to vote
4 replies
@kenji-miyake
Comment options

@koraykoca
Comment options

@kenji-miyake
Comment options

@koraykoca
Comment options

Answer selected by koraykoca
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants