1.Start an data volume instance of RethinkDB:

# docker run -it -d --name shipyard-rethinkdb-data \
    --entrypoint /bin/bash shipyard/rethinkdb -l

2.Start RethinkDB with using the data volume container:

# docker run -it -P -d --name shipyard-rethinkdb \
    --volumes-from shipyard-rethinkdb-data shipyard/rethinkdb

3.Start the Shipyard controller:

# docker run -it -p 8089:8080 -d --name shipyard \
    --link shipyard-rethinkdb:rethinkdb shipyard/shipyard

4.登陆http://ip:8089

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-05
  • 2021-10-11
  • 2022-02-10
  • 2021-11-20
  • 2021-08-17
  • 2022-12-23
猜你喜欢
  • 2021-10-01
  • 2021-09-02
  • 2021-12-11
  • 2021-11-20
  • 2021-05-25
  • 2021-09-08
相关资源
相似解决方案