Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/puritys/dockerfile-include
Add new instruction "include" for Dockerfile
https://github.com/puritys/dockerfile-include
dockerfile include
Last synced: 1 day ago
JSON representation
Add new instruction "include" for Dockerfile
- Host: GitHub
- URL: https://github.com/puritys/dockerfile-include
- Owner: puritys
- Created: 2016-12-15T16:05:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T03:05:50.000Z (over 6 years ago)
- Last Synced: 2025-01-14T15:12:21.685Z (13 days ago)
- Topics: dockerfile, include
- Language: JavaScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dockerfile-include
* npm install -g dockerfile-include
Create a docker file with include instruction
```
FROM centos7INCLUDE 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.