Skip to content
Discussion options

You must be logged in to vote

Migrating the Docker daemon's storage root requires stopping the Docker and CasaOS engine components, moving the existing assets safely, and updating the Docker daemon schema.

Follow this step-by-step procedure via CLI:

1. Stop CasaOS and Docker Services

Before moving any data, you must halt all write operations by stopping both CasaOS services and the underlying Docker engine:

sudo systemctl stop casaos-app-management.service
sudo systemctl stop casaos.service
sudo systemctl stop docker.service
sudo systemctl stop docker.socket
2. Configure Docker to use the New Path

Create or modify the Docker daemon configuration file located at /etc/docker/daemon.json. Add or update the "data-root" ke…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Muhammad-Ahmed-Zia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants