You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
I would like to ask if there is already any support for the new docker networking model released with version 1.9 (in case containers are launched as services when declared in cloud config)?
Docker-compose supports this with the --x-networking flag.
I see that I am already able to assign network to the container (net: xxx), but I am not able to create a custom network (in cloud config). With docker I would just use docker network create xxx. This should be supported in cloud config, like this (for example):
docker-networks:
- xxx
- yyy
The text was updated successfully, but these errors were encountered:
Is there something going on regarding this?
The docker networking has been here for a while now and seems supported by libcompose as well.
Yet networks keys (as in docker-compose V2/V3 format) specified in RancherOS cloud-config seem to do nothing.
I have to create networks and connect containers to them by hand/separate scripts, which is PITA.
Hello,
I would like to ask if there is already any support for the new docker networking model released with version 1.9 (in case containers are launched as services when declared in cloud config)?
Docker-compose supports this with the --x-networking flag.
I see that I am already able to assign network to the container (
net: xxx
), but I am not able to create a custom network (in cloud config). With docker I would just usedocker network create xxx
. This should be supported in cloud config, like this (for example):The text was updated successfully, but these errors were encountered: