Inside the container:
root@2986e0ad3ed0:/# netstat -nlp Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:1317 0.0.0.0:* LISTEN 8/laconicd tcp 0 0 127.0.0.11:39649 0.0.0.0:* LISTEN - tcp 0 0 127.0.0.1:6060 0.0.0.0:* LISTEN 8/laconicd tcp 0 0 127.0.0.1:9090 0.0.0.0:* LISTEN 8/laconicd tcp 0 0 127.0.0.1:26657 0.0.0.0:* LISTEN 8/laconicd tcp6 0 0 :::26656 :::* LISTEN 8/laconicd tcp6 0 0 :::9473 :::* LISTEN 8/laconicd udp 0 0 127.0.0.11:45998 0.0.0.0:* - Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path
$ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 4d320ed0e7fa cerc/ping-pub:local "docker-entrypoint.s…" 10 hours ago Up 10 hours 80/tcp, 0.0.0.0:5173->5173/tcp laconic-895a09c45917e7db-laconic-explorer-1 2986e0ad3ed0 cerc/laconicd:local "/bin/sh -c /opt/run…" 10 hours ago Up 10 hours 0.0.0.0:1317->1317/tcp, 0.0.0.0:6060->6060/tcp, 0.0.0.0:8545-8546->8545-8546/tcp, 0.0.0.0:9090-9091->9090-9091/tcp, 0.0.0.0:9473->9473/tcp, 0.0.0.0:26656-26657->26656-26657/tcp laconic-895a09c45917e7db-laconicd-1 07bd65cde1dd cerc/laconic-registry-cli:local "docker-entrypoint.s…" 10 hours ago Up 10 hours laconic-895a09c45917e7db-cli-1 518a40e55322 cerc/laconic-console-host:local "docker-entrypoint.s…" 10 hours ago Up 10 hours 0.0.0.0:80->80/tcp laconic-895a09c45917e7db-laconic-console-1
From app.toml:
# Address defines the API server to listen on. address = "tcp://localhost:1317"
@ashwin is this sort of issue something DeepStack could handle?
Fixed in: cerc-io/stack-orchestrator#909
No dependencies set.
The note is not visible to the blocked user.
Inside the container:
From app.toml:
@ashwin is this sort of issue something DeepStack could handle?
Fixed in: cerc-io/stack-orchestrator#909