Linux serverNETWORK ADMINISTRATIONS

how to create centos7 base docker image

how to create centos7 base docker image

A base image has FROM scratch in its Dockerfile

FROM scratch
ADD centos-7.2.1511-docker.tar.xz /
CMD [“/bin/bash”]

Launch centos7 VM console online
https://0cloud0.com/playground

Docker base image create for centos
base image create centos7 Grab 9 book : https://leanpub.com/b/9book
Learning: https://8gwifi.org

source

centos 7

Leave a Reply

Your email address will not be published. Required fields are marked *