docs: docker image pull workflow (#37)

This commit is contained in:
nugaon 2021-06-03 18:15:11 +02:00 committed by GitHub
parent f619caff6d
commit bdf3f56c00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,6 +79,19 @@ start the Bee cluster
./scripts/environment.sh start
```
### Pull images
Bee Factory can build images for CIs, but it is also possible to pull image to your computer as well.
For that you have to login to the Github docker registry with
```sh
docker login docker.pkg.github.com
```
it will ask for your _GitHub_ username and for the password. For the latter you can generate a [Personal Access Token](https://github.com/settings/tokens).
The suggested permissions for the token are `read:org` and `read:packages`.
## Utilities
It is possible to generate random traffic in your cluster: