- Notifications
You must be signed in to change notification settings - Fork23
Guides | Container Port Map
ML-TANGO edited this pageAug 21, 2024 ·18 revisions
As containers in TANGO share the IP address of Docker Host system, we use port numbers to identify the individual containers. A specific container in TANGO can be access with the port number for that container.
As of 21 Aug 2024, TANGO containers use ports as follows:
Container Name | Role | Docker Host Port | Detailed Port Map | Maintainer |
---|---|---|---|---|
project_manager | Project Manager | 8085 | 0.0.0.0:8085->8085/tcp, :::8085->8085/tcp | Tesla Systems, ETRI |
db_for_project_manager | PostgreSQL DB for Project Manager | None | 5432/tcp | Tesla Systems |
labeling | Dataset Labelling Web UI | 8086 | 0.0.0.0:8086->80/tcp, :::8086->80/tcp | Weda Co. |
labeling | Dataset Labelling Server REST API | 8095 | 0.0.0.0:8095->10236/tcp, :::8095->10236/tcp | Weda Co. |
mariadb | Maria DB for Dataset Labelling | 3306 | 0.0.0.0:3306->3306/tcp, :::3306->3306/tcp | Weda Co. |
8081 | 0.0.0.0:8081->8081/tcp, :::8081->8081/tcp | Georgia Tech | ||
8091 | 0.0.0.0:8091->8091/tcp, :::8091->8091/tcp | HongIk University | ||
autonn | Unified AutoNN (2024) | 8100 | 0.0.0.0:8100->8100/tcp, :::8100->8100/tcp | Hyunwoo Cho, ETRI |
8087 | 0.0.0.0:8087->8087/tcp, :::8087->8087/tcp | Chung-Ang University | ||
8089 | 0.0.0.0:8089->8089/tcp, :::8089->8089/tcp | Korea University, ETRI | ||
8090 | 0.0.0.0:8090->80890tcp, :::8090->8090/tcp | ETRI (Iksoo Shin) | ||
8092 | TBD | 하늘소프트(문원용), ETRI (석진욱) | ||
code_gen | Code Generator | 8888 | 0.0.0.0:8888->8888/tcp,:::8888->8888/tcp | ETRI |
cloud_deploy | Image (for taget deployment) Builder | 7007 (API) 8080 (GUI) | 0.0.0.0:7007->7007/tcp :::7007->7007/tcp 0.0.0.0:8080->8080/tcp :::8080->8080/tcp | Lablup Inc. |
cloud_deploy | 8890 | 0.0.0.0:8890->8890/tcp, :::8890->8890/tcp | Lablup Inc. | |
ondevice_deploy | On Device Deploy | 8891 | 0.0.0.0:8891->8891/tcp, :::8891->8891/tcp | ETRI |
k8s_deploy | Kubernetes Deploy | 8901 | 0.0.0.0:8901->8901/tcp, :::8901->8901/tcp | KPST |
registry | 8903 | 0.0.0.0:8903->5000/tcp, :::8903->5000/tcp | KPST |
Note
Unified AutoNN (source in the
autonn/autonn
) uses port number 8100 and combines functionality of BMS, Viz, and AutoNN(YoloV9/ResNet, NAS and HPO).
👉Note
- This page might contain some wide rendered images. If you want to see the whole contents with wider page, please useWide GitHub extension of Chrome.
- If you are experiencing the error on rendered images due to the low-bandwith Internet delay, please use F5 function key for refreshing current page.