Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 828 Bytes

CHAOSNET.md

File metadata and controls

39 lines (24 loc) · 828 Bytes

How to use

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

How to force pull images from the registry

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.

FAQ

make chaosnet says that "Additional property name is not allowed"

Make sure to update your docker application to version 23.0.1