Last active
December 7, 2017 00:05
-
-
Save Maes95/e6398144dd43b1a547a1de4109437efa to your computer and use it in GitHub Desktop.
SetUp.sh
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
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - | |
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | |
sudo apt-get update | |
sudo apt-get -y install docker-ce | |
sudo docker pull maes95/vertx-chat | |
sudo docker run -p 80:8000 maes95/vertx-chat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment