Rank 4: Virtual Machine
I noticed, appwrite on docker creates varieties of images without grouping them in one master container, I want them organized since I have other images, how can I do that?
Votes
0
Replies
6
Participants
Unknown
Messages
7
Rank 4: Virtual Machine
I noticed, appwrite on docker creates varieties of images without grouping them in one master container, I want them organized since I have other images, how can I do that?
use docker compose file instead of docker run. docker compose automatically creates stack where in all containers are grouped.
Admin
I'm not really sure what you mean...as mentioned
, there's 1 docker-compose.yml file that defines all the containers for Appwrite. Besides that, there is only 1 Appwrite image that is used for everything from installation to running all the containers. Appwrite requires a dozen or so containers because it's built as sort of like a microservice architecture where there are separate containers to handle specific things.
Rank 4: Virtual Machine
What I meant is the containers are all visible when I enter the command to check for containers id
Rank 4: Virtual Machine
Can't I create a new container and place all in it?
Admin
not really no
Rank 4: Virtual Machine
ok