Container ports
Appliance Containers run services on several ports.
Depending on the use of --net="host" versus
--net="bridge" (see Container network configuration), some of these ports might need to be published to host ports to access these services
from outside the Docker host by using the -p flag.
Note:
Since ClevOS 3.19.4 release, Appliance Containers are running as non-root users instead of root. This has resulted in minor changes in port usages in Appliance Containers from previous releases.
| TCP Port | Accesser Container Purpose | Manager Container Purpose |
|---|---|---|
8080 |
Accesser software HTTP | |
8088 |
Manager CNC services | |
8192 |
Device API | |
8337 |
Service API HTTP (Container Mode) | |
8338 |
Service API HTTPS (Container Mode) | |
8340 |
Resource Configuration API (Container Mode) | |
8443 |
Accesser software HTTPS | Manager software HTTPS |