Преглед на файлове

added a readme for buildah

Evan Carroll преди 5 години
родител
ревизия
26aa721b81
променени са 1 файла, в които са добавени 17 реда и са изтрити 0 реда
  1. 17 0
      images/README.md

+ 17 - 0
images/README.md

@@ -0,0 +1,17 @@
+Containerization
+====
+
+Root is not required to build or run the image.
+
+
+Images can be built like this,
+
+```
+$ buildah unshare ./images/base.sh
+```
+
+Containers can be run like this,
+
+```
+$ podman run -p 0.0.0.0:5000:5000 localhost/tcms
+```