Dockerize script and docker binary, used for building thin images of compiled applications
313
Dockerize helps build lean images of compiled applications. It also has a built in docker binary.
This image provides dockerize script and can be used to build other images.
If you put shell script in /build/build.sh it will be executed to perform the build. Within the script, you can invoke dockerize to build an image. Optionally, you may invoke dockerize to just generate the files and then invoke docker build to perform the build.
See docker-rsyslog for a working example.
Content type
Image
Digest
Size
262.9 MB
Last updated
over 10 years ago
docker pull redmatter/dockerize