mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2026-02-04 15:05:54 +08:00
Compare commits
7 Commits
1.3.1-JDK2
...
1.3.1-JDK1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ac1100c3be | ||
|
|
23a8738339 | ||
|
|
11dc6ad53d | ||
|
|
4d2152650a | ||
|
|
e82a0c36d3 | ||
|
|
6f8e6cd8a9 | ||
|
|
cf22211114 |
@@ -30,6 +30,24 @@ docker push registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-cl
|
||||
```
|
||||
|
||||
|
||||
|
||||
## Docker Hub
|
||||
```shell
|
||||
docker tag registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-client-start:1.3.1-JDK17 1207537021/wu-lazy-cloud-heartbeat-client-start:1.3.1-JDK17-SNAPSHOT
|
||||
|
||||
docker push 1207537021/wu-lazy-cloud-heartbeat-client-start:1.3.1-JDK17-SNAPSHOT
|
||||
```
|
||||
|
||||
|
||||
### wlcn
|
||||
```shell
|
||||
|
||||
docker tag registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-client-start:1.3.1-JDK17 wlcn/wlcn-client:1.3.1-JDK17-SNAPSHOT
|
||||
|
||||
docker push wlcn/wlcn-client:1.3.1-JDK17-SNAPSHOT
|
||||
```
|
||||
|
||||
|
||||
### run
|
||||
```shell
|
||||
|
||||
|
||||
@@ -29,6 +29,23 @@ docker push registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-se
|
||||
```
|
||||
|
||||
|
||||
|
||||
## Docker Hub
|
||||
```shell
|
||||
docker tag registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-server-start:1.3.1-JDK17-SNAPSHOT 1207537021/wu-lazy-cloud-heartbeat-server-start:1.3.1-JDK17-SNAPSHOT
|
||||
|
||||
docker push 1207537021/wu-lazy-cloud-heartbeat-server-start:1.3.1-JDK17-SNAPSHOT
|
||||
```
|
||||
|
||||
### wlcn
|
||||
```shell
|
||||
|
||||
docker tag registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-server-start:1.3.1-JDK17-SNAPSHOT wlcn/wlcn-server:1.3.1-JDK17-SNAPSHOT
|
||||
|
||||
docker push wlcn/wlcn-server:1.3.1-JDK17-SNAPSHOT
|
||||
```
|
||||
|
||||
|
||||
```RUN
|
||||
docker run -d -it -p 6001:6001 -p 7001:7001 -e spring.profiles.active=prod -e MAIN_DB_HOST=localhost:3306 -e MAIN_DB_PASSWORD=root -e MAIN_DB_PASSWORD=root --name wu-lazy-cloud-heartbeat-server-start registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-server-start:1.3.1-JDK17-SNAPSHOT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user