Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shiqinfeng1 committed Nov 15, 2023
1 parent af13961 commit 0da4475
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ ansible-playbook --check deploy/docker/cluster/ansible-playbook/install_docker-o
3. 制作镜像

```bash
./deploy/docker/cluster/prepare-infra-images.sh
```

4. 部署nacos
方式: 拷贝docker-compose.yml到运行节点,并启动

Expand Down
4 changes: 4 additions & 0 deletions deploy/docker/cluster/prepare-infra-images.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

docker pull joxit/docker-registry-ui:latest
docker tag joxit/docker-registry-ui:latest master/docker-registry-ui:latest

0 comments on commit 0da4475

Please sign in to comment.