使用Dockerfile建立用於xoops的images

使用Dockerfile建立自己的 docker image(基於 ubuntu16.04 包含apache2 + php7)

下載 Dockerfile

unzip xoops-Dockerfile.zip

cd xoops

建立映像檔(ubuntu16.04 base) docker build -t kawsing/xoops .

檢視映像檔 docker images kawsing/xoops

Last updated