- 8
- 2
- NAS
- DS920+, DS214play
- Router
- RT2600ac
- Operating system
- macOS
- Windows
- Mobile operating system
- iOS
Hello,
I recently installed a SSD in my NAS, and create a volume4 for it.
I want to move on this ssd all the docker content : the package and the data stored in /volume1/docker/.
Currently, I use Portainer to deploy all my container with
I also use a private gitea instance to deploy them.
So my installation order are :
So, what is the most secure way to migrate all my container and the docker package on the SSD (volume4) ?
Thanks in advance
I recently installed a SSD in my NAS, and create a volume4 for it.
I want to move on this ssd all the docker content : the package and the data stored in /volume1/docker/.
Currently, I use Portainer to deploy all my container with
docker-compose.yml
files, except Portainer itself witch requires a docker-compose in a terminal.I also use a private gitea instance to deploy them.
So my installation order are :
- Portainer, with a terminal and a
docker-compose up -d
command - then Gitea, with Portainer, in it's editor's stack.
- then all other container I used with the gitea's repository.
So, what is the most secure way to migrate all my container and the docker package on the SSD (volume4) ?
Thanks in advance
