Created
October 4, 2017 08:46
-
-
Save handakumbura/cf818bd3ec3ac5eba8ef472c2ae7e267 to your computer and use it in GitHub Desktop.
kt_articlefive_7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker image build -t registrybox:5000/containerheartbeatapp:1.0 . | |
echo "<IP of registrybox VM> registrybox" >> /etc/hosts | |
docker push registrybox:5000/containerheartbeatapp:1.0 | |
docker stack deploy -c docker-compose.yml stack1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment