1.0.7 • Published 6 years ago

dockerfile-include v1.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago