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
Hello,
I'm using ComposeContainer to spin up some application-container (e.g. Keycloak) and then configure it by let's say init-container (keycloak-config-cli). When init-container finishes it works, it just stops with correct exit code.
I'd like to reuse the initial state of application-container and just do some changes in init-container (e.g. mount different config files) and then start it again to do a re-configuration stuff for application-container. Is that possible with current implementation? Any hints how to do that?
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
-
Hello,
I'm using
ComposeContainer
to spin up someapplication-container
(e.g. Keycloak) and then configure it by let's sayinit-container
(keycloak-config-cli). Wheninit-container
finishes it works, it just stops with correct exit code.example of
docker-compose.yml
I'd like to reuse the initial state of
application-container
and just do some changes ininit-container
(e.g. mount different config files) and then start it again to do a re-configuration stuff forapplication-container
. Is that possible with current implementation? Any hints how to do that?thanks
Beta Was this translation helpful? Give feedback.
All reactions