A lightweight docker in docker image.
This image has the latest core docker scripts (18.05.0-ce). The reason behind this image is a lightweight alternative to the full docker image for build pipelines.
docker-slim
is smaller than the regular docker:latest
image, making downloads slightly faster within the build pipeline.
Image | Size |
---|---|
docker:latest | 97Mb |
docker-slim | 22.4Mb |
Please Note: The development of this project is done within a GitLab repository and uses the integrated GitLab CI. If you wish to contribute in anyway feel free to send pull requests and submit issues on GitLab. This GitHub repository is a mirror of the master branch within GitLab and is intended for users unfamiliar with GitLab.