- vagrant > 2.0.2
- ansible
- git
- virtualbox
vagrant up
Browse to https://192.168.33.11.nip.io/setup
configure the following details
- Database Type: Postgres
- Database Server: postgresql
- Username: quay
- Password: quay123
- Database Name: quay
click "Validate Database Settings"
Click "Restart Container" when Database setup is complete
refresh until you get the super user screen
Create a super user
Username, Email address and password required
Redis Hostname: redis
Click save configuration and then click "Restart Container" and refresh
copy /root/rootCA.pem from the VM to docker and add the quay registry to your local docker add registry as trusted registry
sudo mkdir -p /etc/docker/certs.d/192.168.33.11.nip.io/
sudo cp rootCA.pem /etc/docker/certs.d/192.168.33.11.nip.io/ca.crt
sudo systemtl daemon-reload
sudo systemctl restart docker.service
# Verify login with super user credentials you created during setup
sudo docker login 192.168.33.11.nip.io