aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-07-13 15:04:12 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-07-13 15:04:12 +0200
commita29c869651682b9b4acbd7edafab78a18f19b09a (patch)
tree5f4fa30cf38e08c4f89ef4969f19ea4b498a1542
parent338332ec965232d6e67819d34059f00e68ae2077 (diff)
downloadpodman-docker-builder-a29c869651682b9b4acbd7edafab78a18f19b09a.tar.gz
add readme
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..50f05f0
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+# podman docker image builder
+
+This image can build container images from a Dockerfile.
+It uses centos 8 with podman.
+
+## using the image
+
+Simply use registry.gitlab.com/kraxel/podman-docker-builder:latest
+instead of docker:latest in your .gitlab-ci.yml file. dind
+(docker-in-docker) is not needed and can be dropped. All your
+docker commands are automatically redirected to podman, so there
+is no need to change them all.
+
+## compatibility
+
+The usual build workflow with pull / build / tag / push docker
+commands should work just fine. There isn't a docker daemon
+running though.