文件名称:dockerfile:Dockerfile 生成器
文件大小:15KB
文件格式:ZIP
更新时间:2024-07-31 14:51:17
PHP
Dockerfile 生成器
该库将帮助您以编程方式生成Dockerfile 。
include 'vendor/autoload.php' ;
use \ Smalot \ Docker \ Dockerfile \ Dockerfile ;
use \ Smalot \ Docker \ Dockerfile \ Instruction \ Run ;
use \ Smalot \ Docker \ Dockerfile \ Instruction \ Expose ;
use \ Smalot \ Docker \ Dockerfile \ Source \ File ;
$ dockerFile = new Dockerfile ( 'debian:wheezy' , 'Sebastien MALOT
【文件预览】:
dockerfile-master
----sample.yml(797B)
----.gitattributes(150B)
----src()
--------Smalot()
----LICENSE(1KB)
----README.md(1KB)
----.gitignore(83B)
----composer.json(579B)