From 6641975151d92e281d6a53668670325554122f16 Mon Sep 17 00:00:00 2001 From: Christian Korneck Date: Sun, 31 May 2020 18:26:47 +0200 Subject: [PATCH] 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. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d784f0f..36d2ace 100644 --- a/README.md +++ b/README.md @@ -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)