level 1
wyl_19
楼主
大神么有时间给我看看我安装的 shipyard 的问题出在哪里,卡这里找不到问题
docker run \
-ti \
-d \
--restart=always \
--name shipyard-rethinkdb \
rethinkd
log:
root@wyl-python:~# docker logs shipyard-rethinkdb
Recursively removing directory /data/rethinkdb_data/tmp
Initializing directory /data/rethinkdb_data
Running rethinkdb 2.4.1~0buster (CLANG 7.0.1 (tags/RELEASE_701/final))...
Running on Linux 5.4.0-60-generic x86_64
Loading data from directory /data/rethinkdb_data
Listening for intracluster connections on port 29015
Listening for client driver connections on port 28015
Listening for administrative HTTP connections on port 8080
Listening on cluster addresses: 127.0.0.1, 172.17.0.2
Listening on driver addresses: 127.0.0.1, 172.17.0.2
Listening on http addresses: 127.0.0.1, 172.17.0.2
Server ready, "f17de46b2146_0gu" 22fcd78e-61dc-4a28-999b-aaddba54243c
docker run \
-ti \
-d \
--restart=always \
--name shipyard-controller \
--link shipyard-rethinkdb:rethinkdb \
--link shipyard-swarm-manager:swarm \
-p 8080:8080 \
shipyard/shipyard:latest \
server \
-d tcp://swarm:3375
log:
WARN[0130] Error creating connection: gorethink: dial tcp 218.30.64.199:28015: getsockopt: connection timed out
FATA[0130] no connections were made when creating the session
INFO[0000] shipyard version 3.1.0
WARN[0130] Error creating connection: gorethink: dial tcp 218.30.64.199:28015: getsockopt: connection timed out
FATA[0130] no connections were made when creating the session
INFO[0000] shipyard version 3.1.0
WARN[0130] Error creating connection: gorethink: dial tcp 218.30.64.199:28015: getsockopt: connection timed out
FATA[0130] no connections were made when creating the session
INFO[0000] shipyard version 3.1.0
一直打不开页面, 看日志是连接一个不认识IP 求大神指点
2021年01月18日 02点01分
1
docker run \
-ti \
-d \
--restart=always \
--name shipyard-rethinkdb \
rethinkd
log:
root@wyl-python:~# docker logs shipyard-rethinkdb
Recursively removing directory /data/rethinkdb_data/tmp
Initializing directory /data/rethinkdb_data
Running rethinkdb 2.4.1~0buster (CLANG 7.0.1 (tags/RELEASE_701/final))...
Running on Linux 5.4.0-60-generic x86_64
Loading data from directory /data/rethinkdb_data
Listening for intracluster connections on port 29015
Listening for client driver connections on port 28015
Listening for administrative HTTP connections on port 8080
Listening on cluster addresses: 127.0.0.1, 172.17.0.2
Listening on driver addresses: 127.0.0.1, 172.17.0.2
Listening on http addresses: 127.0.0.1, 172.17.0.2
Server ready, "f17de46b2146_0gu" 22fcd78e-61dc-4a28-999b-aaddba54243c
docker run \
-ti \
-d \
--restart=always \
--name shipyard-controller \
--link shipyard-rethinkdb:rethinkdb \
--link shipyard-swarm-manager:swarm \
-p 8080:8080 \
shipyard/shipyard:latest \
server \
-d tcp://swarm:3375
log:
WARN[0130] Error creating connection: gorethink: dial tcp 218.30.64.199:28015: getsockopt: connection timed out
FATA[0130] no connections were made when creating the session
INFO[0000] shipyard version 3.1.0
WARN[0130] Error creating connection: gorethink: dial tcp 218.30.64.199:28015: getsockopt: connection timed out
FATA[0130] no connections were made when creating the session
INFO[0000] shipyard version 3.1.0
WARN[0130] Error creating connection: gorethink: dial tcp 218.30.64.199:28015: getsockopt: connection timed out
FATA[0130] no connections were made when creating the session
INFO[0000] shipyard version 3.1.0
一直打不开页面, 看日志是连接一个不认识IP 求大神指点