We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6801931 commit 6a2d5c5Copy full SHA for 6a2d5c5
DEPLOY.md
@@ -21,6 +21,13 @@ The version is like 4.1.1 or 5.1.1-SNAPSHOT
21
22
## DEPLOY
23
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
31
32
export DOCKER_DEPLOY=true
33
# The docker on which should firstly deploy
0 commit comments