Add instructions for how to build quay and push it to quay.
This commit is contained in:
parent
dcc993a20e
commit
a03fd73b04
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -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:
|
to prepare a new host:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Reference in a new issue