Merge pull request #25 from christian-korneck/patch-1

add docker-pushrm, a Docker CLI plugin
This commit is contained in:
Filipp Frizzy 2020-07-02 16:06:43 +03:00 committed by GitHub
commit ac69a9be77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
@ -263,6 +265,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)