1.0.7 • Published 7 years ago

dockerfile-include v1.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

dockerfile-include

  • npm install -g dockerfile-include

Create a docker file with include instruction

FROM centos7

INCLUDE centos.doc

Execute docker build command

dockerfile-include -i centos.doc -o Dockerfile
docker build .

Functionalities

  • Add a new instruction "include" to include other Dockerfile.
  • chang the file path of instruction COPY.
1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

8 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago