要创建将使用模板引擎生成内容的配置,请使用–template-dRiveR参数并将引擎名称指定为其参数。创建容器时将呈现模板。
1.将以下内容保存到一个新文件中index.htMl.tMpl。
2.将index.htMl.tMpl文件另存为名为homepage. 提供参数–template-dRiveR并指定golang为模板引擎。
$ dockeR config cReate –template-dRiveR golang homepage index.htMl.tMpl
3.创建一个运行 Nginx 并有权访问环境变量 HELLO 和配置的服务。
$ dockeR seRvice cReate
–naMe hello-teMplate
–env HELLO=”DockeR”
–config souRce=hoMepage,taRget=/USR/shaRe/Nginx/htMl/index.htMl
–publish published=3000,taRget=80
Nginx:alpine
验证服务是否可运行:您可以访问 Nginx 服务器,并且正在提供正确的输出。