(established 8192 bind 8192) [ 0.914337] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.914370] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.914825] NET: Registered protocol family 1 [ 0.915566] RPC: Registered named UNIX socket transport module...
server feature/docker % deis pull 192.168.57.10:5000/aergo-server:1.0.0-SNAPSHOT -a aergo-server Creating build... Error: Unknown Error (400): {"detail":"dial tcp 10.11.28.91:9000: i/o timeout"} zsh: exit 1 deis pull 192.168.57.10:5000/aergo-server:1.0.0-SNAPSHOT -a aergo-server...
version: '2' services: consul: image: consul hostname: "node-remote" command: "consul agent -server -bootstrap-expect 1 -data-dir /consul/data -bind 192.168.0.1" volumes: - consul-kv-store:/consul/data network_mode: "host" restart: always volumes: consul-kv-store: driver: local ...