mirror of
https://github.com/logos-storage/codex-factory.git
synced 2026-01-02 13:03:07 +00:00
docs: docker image pull workflow (#37)
This commit is contained in:
parent
f619caff6d
commit
bdf3f56c00
13
README.md
13
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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user