Skip to content

Commit 6a2d5c5

Browse files
author
Kendar
committed
Updated deploy docs
1 parent 6801931 commit 6a2d5c5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

DEPLOY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ The version is like 4.1.1 or 5.1.1-SNAPSHOT
2121

2222
## DEPLOY
2323

24+
set DOCKER_IP=192.168.56.2
25+
set DOCKER_HOST=tcp://%DOCKER_IP%:23750
26+
set DOCKER_DEPLOY=true
27+
28+
Set-Variable -Name "DOCKER_IP" -Value "192.168.56.2" -Scope global
29+
Set-Variable -Name "DOCKER_HOST" -Value "tcp://192.168.56.2:32750" -Scope global
30+
Set-Variable -Name "DOCKER_DEPLY" -Value "true" -Scope global
2431

2532
export DOCKER_DEPLOY=true
2633
# The docker on which should firstly deploy

0 commit comments

Comments
 (0)