Show pageOld revisionsBacklinksFold/unfold allBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. <code bash> docker network create base_network </code> For existing containers: <code bash> # Connect an existing container to the network docker network connect minio_network your_container_name </code> <code bash> docker run -d --network minio_network </code> selfhosted/network.txt Last modified: 2025/06/30 10:02by root1