Networking Semaphore with Docker
- Last Updated: May 13, 2026
- 1 minute read
- Semaphore
- Documentation
Semaphore Studio requires network access to the CS and SES containers when publishing models using the standard publisher (KMM) or a standalone publisher. Here's a quick example of manually creating a shared bridge network and attaching the example containers to that network:
docker network create --driver bridge sem563_network_bridge
docker network connect sem563_network_bridge ses563-1
docker network connect sem563_network_bridge cs563-1
docker network connect sem563_network_bridge studio563-1
Once complete, you can use the host names cs563-1 and ses563-1 to point to CS and SES instances within your publisher configuration files.