linux dock工具,docker可视化管理工具shipyard的安装办法

hahadeMacBook-Air:~ mlb$ curl -sSL https://shipyard-project.com/deploy | bash -s

Unable to find image 'alpine:latest' locally

latest: Pulling from library/alpine

88286f41530e: Pulling fs layer

88286f41530e: Download complete

88286f41530e: Pull complete

Digest: sha256:1072e499f3f655a032e88542330cf75b02e7bdf673278f701d7ba61629ee3ebe

Status: Downloaded newer image for alpine:latest

Deploying Shipyard

-> Starting Database

Unable to find image 'rethinkdb:latest' locally

latest: Pulling from library/rethinkdb

9f0706ba7422: Pulling fs layer

13cff7bd7d5f: Pulling fs layer

2f7f87e28358: Pulling fs layer

4f5c608387ab: Pulling fs layer

0168e87b5569: Pulling fs layer

4f5c608387ab: Waiting

0168e87b5569: Waiting

2f7f87e28358: Verifying Checksum

2f7f87e28358: Download complete

13cff7bd7d5f: Download complete

0168e87b5569: Verifying Checksum

0168e87b5569: Download complete

4f5c608387ab: Verifying Checksum

4f5c608387ab: Download complete

9f0706ba7422: Verifying Checksum

9f0706ba7422: Download complete

9f0706ba7422: Pull complete

13cff7bd7d5f: Pull complete

2f7f87e28358: Pull complete

4f5c608387ab: Pull complete

0168e87b5569: Pull complete

Digest: sha256:e752a5624ab4c0724d1c2c5201e09c8d88de290bafd85f026ddb53cc21a31717

Status: Downloaded newer image for rethinkdb:latest

-> Starting Discovery

Unable to find image 'microbox/etcd:latest' locally

latest: Pulling from microbox/etcd

8ded6e8ab3fd: Pulling fs layer

bf8f85223d7a: Pulling fs layer

a3ed95caeb02: Pulling fs layer

a3ed95caeb02: Download complete

bf8f85223d7a: Verifying Checksum

bf8f85223d7a: Download complete

8ded6e8ab3fd: Verifying Checksum

8ded6e8ab3fd: Download complete

8ded6e8ab3fd: Pull complete

bf8f85223d7a: Pull complete

a3ed95caeb02: Pull complete

Digest: sha256:941fd46b4eab265c65da9bfbf33397b853a7cef6c16df93a1e3fea7b4e47fc90

Status: Downloaded newer image for microbox/etcd:latest

-> Starting Cert Volume

-> Starting Proxy

Unable to find image 'shipyard/docker-proxy:latest' locally

latest: Pulling from shipyard/docker-proxy

8f4ec95ceaee: Pulling fs layer

ac77a345f217: Pulling fs layer

43039e3ef672: Pulling fs layer

a3ed95caeb02: Pulling fs layer

a3ed95caeb02: Waiting

43039e3ef672: Verifying Checksum

43039e3ef672: Download complete

8f4ec95ceaee: Verifying Checksum

8f4ec95ceaee: Download complete

8f4ec95ceaee: Pull complete

ac77a345f217: Verifying Checksum

ac77a345f217: Download complete

ac77a345f217: Pull complete

43039e3ef672: Pull complete

a3ed95caeb02: Download complete

a3ed95caeb02: Pull complete

Digest: sha256:da6bbd1a145581a940d44940cce0f43705d7f8ec552a4e97e77104ec1b6dc3d1

Status: Downloaded newer image for shipyard/docker-proxy:latest

-> Starting Swarm Manager

Unable to find image 'swarm:latest' locally

latest: Pulling from library/swarm

ad8c679cee1a: Pulling fs layer

97186f5f56a9: Pulling fs layer

821a304aaa0d: Pulling fs layer

821a304aaa0d: Verifying Checksum

821a304aaa0d: Download complete

97186f5f56a9: Verifying Checksum

97186f5f56a9: Download complete

ad8c679cee1a: Verifying Checksum

ad8c679cee1a: Download complete

ad8c679cee1a: Pull complete

97186f5f56a9: Pull complete

821a304aaa0d: Pull complete

Digest: sha256:1a05498cfafa8ec767b0d87d11d3b4aeab54e9c99449fead2b3df82d2744d345

Status: Downloaded newer image for swarm:latest

-> Starting Swarm Agent

-> Starting Controller

Unable to find image 'shipyard/shipyard:latest' locally

latest: Pulling from shipyard/shipyard

cb5507795515: Pulling fs layer

fd711d385b34: Pulling fs layer

9f2a509de079: Pulling fs layer

a5251eb716bb: Pulling fs layer

a5251eb716bb: Waiting

cb5507795515: Verifying Checksum

cb5507795515: Download complete

cb5507795515: Pull complete

a5251eb716bb: Verifying Checksum

a5251eb716bb: Download complete

9f2a509de079: Download complete

fd711d385b34: Verifying Checksum

fd711d385b34: Download complete

fd711d385b34: Pull complete

9f2a509de079: Pull complete

a5251eb716bb: Pull complete

Digest: sha256:5f065362680fa4565dd150c8da3edd09b79a7a3010d3ceef20093c2a879187e0

Status: Downloaded newer image for shipyard/shipyard:latest

Waiting for Shipyard on 192.168.65.2:8080

Shipyard available at http://192.168.65.2:8080

Username: admin Password: shipyard

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
以下是安装Docker可视化管理工具Portainer的详细步骤: 1. 安装Docker安装Portainer之前,需要先安装DockerDocker安装过程因操作系统而异,这里不做赘述。请确保你已经安装了最新版本的Docker。如果你还没有安装,请参阅Docker官方文档以获取更多信息。 2. 下载Portainer镜像 在终端输入以下命令,下载Portainer镜像: ``` docker pull portainer/portainer ``` 3. 运行Portainer容器 运行下面的命令来启动Portainer容器: ``` docker run -d -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer ``` 这个命令会在后台启动Portainer容器,并将Portainer容器的9000端口映射到主机的9000端口。此外,它还将Docker守护程序的UNIX套接字挂载到容器内,以便Portainer可以与Docker守护程序进行通信。 4. 访问Portainer 现在,你可以在Web浏览器中访问http://localhost:9000,打开Portainer的Web界面。如果你在远程机器上安装了Portainer,则将localhost替换为远程机器的IP地址。 在第一次访问时,你需要设置一个管理员帐户。填写表格并提交后,你将被重定向到Portainer的仪表板页面。 5. 通过Portainer管理Docker 现在,你可以使用Portainer来管理Docker。从Portainer的仪表板页面,你可以查看Docker主机的概览信息、管理容器、镜像、卷等资源,也可以配置Docker主机的网络设置、安全设置等。使用Portainer,你可以轻松完成Docker管理任务,而无需使用命令行界面。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值