소스 검색

Readme: Add section Create Docker Base Image

Jakub Jirutka 6 년 전
부모
커밋
cc8654f14c
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      README.adoc

+ 10 - 0
README.adoc

@@ -70,6 +70,16 @@ SHELL
 <7> Note that it’s not needed to clean `apk` cache, this is done automatically.
 
 
+=== Create Docker Base Image
+
+Create your own (customized) up-to-date base image.
+
+[source, sh]
+----
+sudo ./alpine-make-rootfs --branch v3.8 - | docker import -c 'CMD /bin/sh' - my/alpine:3.8
+----
+
+
 == License
 
 This project is licensed under http://opensource.org/licenses/MIT/[MIT License].