Notepad/enter/Coding Tips (Classical)/Terminal Tips/System Client/Servers/Virtual Machines/Quay/Quay Docker Tutorial.md

21 lines
765 B
Markdown
Raw Permalink Normal View History

Welcome to the [Quay tutorial!](https://quay.io/tutorial/)
This tutorial will walk you step-by-step through using Quay Container Registry , covering:
- Logging into Quay Container Registry from the Docker CLI
- Starting a container
- Creating images from a container
- Pushing a repository to Quay Container Registry
- Viewing a repository
- Setting up build triggers
- Changing a repository's permissions
This tutorial should take about **15 minutes**, but may take slightly longer depending on the speed of your internet connection
Continue Tutorial
---
1. Login with `docker login quay.io`
- Note. use an encrypted pw for cli logging in in the following way![[Pasted image 20230924025824.png]]
2. Then run `docker run busybox echo "fun" > newfile`