Skip to content

Commit

Permalink
Install Docker (dotnet#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder authored Aug 9, 2017
1 parent 99ce1b0 commit 0de17f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BuildAgent/SetupScripts/BuildAgentSetup_Ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ echo "Installing Nginx..."
apt-get install -y nginx
update-rc.d nginx defaults

echo "Installing Docker..."
curl -fsSL https://get.docker.com | sh
usermod -aG docker $SUDO_USER

echo "Downloading build agent from $SERVERURL and updating the properties..."
mkdir ~/TeamCity
cd ~/TeamCity
Expand Down

0 comments on commit 0de17f7

Please sign in to comment.