From bdf3f56c00ef4b757e0cd7d844f060511347d55c Mon Sep 17 00:00:00 2001 From: nugaon <50576770+nugaon@users.noreply.github.com> Date: Thu, 3 Jun 2021 18:15:11 +0200 Subject: [PATCH] docs: docker image pull workflow (#37) --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 40d18bf..cc29976 100644 --- a/README.md +++ b/README.md @@ -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: