Add instructions for how to build quay and push it to quay.

This commit is contained in:
jakedt 2014-04-15 14:27:14 -04:00
parent dcc993a20e
commit a03fd73b04

View file

@ -1,3 +1,15 @@
to build and upload quay to quay:
```
curl -s https://get.docker.io/ubuntu/ | sudo sh
sudo apt-get update
sudo apt-get install -y git
git clone git clone https://bitbucket.org/yackob03/quay.git
cd quay
sudo docker build -t quay.io/quay/quay .
sudo docker push quay.io/quay/quay
```
to prepare a new host:
```