Before running
make chaosnet
you need to log into our private Docker image registry in order to pull the private images. Go to https://github.com/settings/tokens/new and generate a new token with read:packages
scope. Copy the access token to your clipboard.
Next, run
docker login ghcr.io
and enter your GitHub username for the username
field, and your personal access token for the password.
Now you can run
make chaosnet
By default, images won't re-fetch from upstream registries. To force a pull, you can run
make chaosnet-build
to force re-build and pull images.
Make sure to update your docker application to version 23.0.1