jdolitsky / dockerspaniel

Create Dockerfiles from JSON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

step.instruction documentation out of date

pbrinkmann opened this issue · comments

commented

This list is missing the new "COPY" command (https://docs.docker.com/reference/builder/#copy):

step.instruction

Docker instruction. Can be one of the following: FROM, MAINTAINER, RUN, CMD, EXPOSE, ENV, ADD, ENTRYPOINT, VOLUME, USER, WORKDIR, ONBUILD

You might want to just say "all Dockerfile instructions are supported, see the official documentation for a list: https://docs.docker.com/reference/builder" instead of trying to maintain a duplicate list here.

did exactly that. thank you