Does Ubuntu Core and Snaps (containers) allow for the flexibility that Docker networking allows, such as:
- default docker bridge
- user defined bridge
- deploying containers to host networking
- MACVLANs (MAC address virtual local area networks)/ switch like
- IPVLANs / router like
- overlay networks
- none networks
A very good example and the ease of use & flexibility of adding and removing containers as part of networks is shown by example by NetworkChuck: https://www.youtube.com/watch?v=bKFMS5C4CG0
Otherwise, if I install Docker Snap (sudo snap install docker) would all my Docker containers be deployed within this one Docker Snap allowing for all the networking customization to function?