Running in docker. How to stop/start containers? #510
Replies: 2 comments
-
|
I suppose you're using our provided docker image? and allow the docker socket to be accessible from inside the container (search for I would also suggest you install restic/resticprofile on the host instead 👍🏻 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thank you. For a moment, I thought the Docker image was the way to go, but once you recommended the host installation, I will follow your advice. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Some containers (like postgres) should be stopped or dumped just before doing any backup. I tried to using the docker compose .... down, however docker is not installed.
Is it possible to stop/start containers with run-before/run-finally with the current docker execution?
Beta Was this translation helpful? Give feedback.
All reactions