An open API service indexing awesome lists of open source software.

https://github.com/purplebooth/utility-container-nop

A small docker container (less than 5k) that exits successfully when run
https://github.com/purplebooth/utility-container-nop

Last synced: 4 months ago
JSON representation

A small docker container (less than 5k) that exits successfully when run

Awesome Lists containing this project

README

          

# utility-container-nop

To generate a secret resource using the Kubernetes secret csi, you need
to mount it. As this happens all the time we need a really tiny
container to mount it within.

## Usage

```shell
docker run ghcr.io/purplebooth/utility-container-nop:latest
```

All the docker container contains is a single binary `/nop`.

Build for:
* arm64
* amd64