add docker-pushrm, a Docker CLI plugin that that lets you push the README.md file from the current directory to a container registry like Docker Hub.

This commit is contained in:
Christian Korneck 2020-05-31 18:26:47 +02:00
parent 79e89a5165
commit 6641975151
1 changed files with 3 additions and 0 deletions

View File

@ -220,6 +220,8 @@ Go library and CLIs for working with container registries.
kaniko is a tool to build container images from a Dockerfile, inside a container or Kubernetes cluster.
* [umoci](https://umo.ci/)
umoci is a tool to manipulate OCI container images, and can be used as a rudimentary build tool.
* [docker pushrm](https://github.com/christian-korneck/docker-pushrm) is a Docker CLI plugin that that lets you push the README.md file from the current directory to a container registry. Supports Docker Hub, Quay and Harbor.
## Dashboard
@ -261,6 +263,7 @@ gVisor is a user-space kernel, written in Go, that implements a substantial port
A tool to help forensicate offline docker acquisitions.
### Links
* [CIS Security Benchmarks](https://benchmarks.cisecurity.org/about/)
* [Are Docker containers really secure?](https://opensource.com/business/14/7/docker-security-selinux)