- Install direnv
- Copy
.envrc.sample
to.envrc
- Run
direnv allow .
./create-registry.sh
docker pull nginx:latest
docker tag nginx:latest localhost:"${REG_PORT}"/nginx:latest
docker push localhost:"${REG_PORT}"/nginx:latest
curl -s localhost:"${REG_PORT}"/v2/_catalog | jq