you need jq first.
Steps:
- download the script && chmod +x
- enable "delete" inside docker registry container
/etc/docker/registry/config.yml
storage:
delete:
| #!/bin/sh | |
| # | |
| # a simple way to parse shell script arguments | |
| # | |
| # please edit and use to your hearts content | |
| # | |
| ENVIRONMENT="dev" |
| # Base settings install | |
| # Zero everything out... | |
| zerombr | |
| clearpart --all --initlabel | |
| # Generic boot settings... | |
| cdrom | |
| lang en_US.UTF-8 | |
| keyboard 'us' |
you need jq first.
Steps:
/etc/docker/registry/config.yml
storage:
delete:
Some notes, tools, and techniques for reverse engineering macOS binaries.