Merge pull request #4729 from phoxelua/remove-merge-conflict
Removed merge conflict from Docker example web page
This commit is contained in:
commit
dfe6f11ea7
|
@ -83,33 +83,6 @@ Example uses of all of the options, assuming one is building an NGINX image from
|
||||||
|
|
||||||
Allowed metadata fields that can be changed are:
|
Allowed metadata fields that can be changed are:
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
- `CMD`
|
|
||||||
- String, supports both array (escaped) and string form
|
|
||||||
- EX: `”CMD [\"nginx\", \"-g\", \"daemon off;\"]"`
|
|
||||||
- EX: `"CMD nginx -g daemon off;”`
|
|
||||||
- `ENTRYPOINT`
|
|
||||||
- String
|
|
||||||
- EX: `“ENTRYPOINT /var/www/start.sh”`
|
|
||||||
- `ENV`
|
|
||||||
- String, note there is no equal sign:
|
|
||||||
- EX: `“ENV HOSTNAME www.example.com”` not `“ENV HOSTNAME=www.example.com”`
|
|
||||||
- `EXPOSE`
|
|
||||||
- String, space separated ports
|
|
||||||
- EX: `“EXPOSE 80 443”`
|
|
||||||
- `MAINTAINER`
|
|
||||||
- String
|
|
||||||
- EX: `“MAINTAINER NAME”`
|
|
||||||
- `USER`
|
|
||||||
- String
|
|
||||||
- EX: `“USER USERNAME”`
|
|
||||||
- `VOLUME`
|
|
||||||
- String
|
|
||||||
- EX: `“VOLUME FROM TO“`
|
|
||||||
- `WORKDIR`
|
|
||||||
- String
|
|
||||||
- EX: `“WORKDIR PATH”`
|
|
||||||
=======
|
|
||||||
- CMD
|
- CMD
|
||||||
- String, supports both array (escaped) and string form
|
- String, supports both array (escaped) and string form
|
||||||
- EX: `"CMD [\"nginx\", \"-g\", \"daemon off;\"]"`
|
- EX: `"CMD [\"nginx\", \"-g\", \"daemon off;\"]"`
|
||||||
|
@ -135,7 +108,6 @@ Allowed metadata fields that can be changed are:
|
||||||
- WORKDIR
|
- WORKDIR
|
||||||
- String
|
- String
|
||||||
- EX: `"WORKDIR PATH"`
|
- EX: `"WORKDIR PATH"`
|
||||||
>>>>>>> mitchellh/master
|
|
||||||
|
|
||||||
## Configuration Reference
|
## Configuration Reference
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue