Fix little typo
This commit is contained in:
@@ -84,7 +84,7 @@ jobs:
|
|||||||
eval "$(ssh-agent -s)"
|
eval "$(ssh-agent -s)"
|
||||||
ssh-add /root/.ssh/id_rsa
|
ssh-add /root/.ssh/id_rsa
|
||||||
echo -e "\u001b[36mVerifying Docker and Setting Context."
|
echo -e "\u001b[36mVerifying Docker and Setting Context."
|
||||||
ssh -p "22" "root@$192.168.1.105" "docker info" > /dev/null
|
ssh -p "22" "root@192.168.1.105" "docker info" > /dev/null
|
||||||
docker context create remote --docker "host=ssh://root@192.168.1.105:22"
|
docker context create remote --docker "host=ssh://root@192.168.1.105:22"
|
||||||
docker context ls
|
docker context ls
|
||||||
docker context use remote
|
docker context use remote
|
||||||
|
|||||||
Reference in New Issue
Block a user