Dockerfile構建鏡像(一)

環境準備html 服務器系統 Centos7.3 內存 1G CPU 2核 IP地址 10.0.0.43 mkdir Dockerfile cd Dockerfile/ vim Dockerfile FROM centos RUN yum -y install net-tools docker build -t centos:ip . docker images docker run --rm
相關文章
相關標籤/搜索