소스 검색

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
+```