Docker
Networks
Container networking workflows in SkyPort.
SkyPort's backend Docker module can list networks and prune unused networks. Network creation and advanced driver configuration remain a Docker-level workflow.
Practical Use
terminal
docker network ls
skyport docker ps
Writing Accurate Docs
- explain what network isolation buys the operator
- mention when a service should join a dedicated bridge network
- avoid inventing extra SkyPort networking features
Next
- Read Containers.
- Read Volumes.
- Review Production Setup.
