Derived from node:lts-slim.
It adds docker client the way it is done it docker:stable (as of :19.03.11).
It also adds docker-compose.
Aimed to use with CI/CDs (gitlab ci in particular), where it can be used instead of docker:git mentioned in "how to use docker-in-docker" instructions as the image for the runner, while the rest (services: docker:dind etc.) may stay and it just works.
I needed to npm run script-name which used docker to package and another one that used docker-compose to stage for test and run e2e test (which also needed npm install). Now I can.
Content type
Image
Digest
Size
148.6 MB
Last updated
almost 6 years ago
docker pull herbysk/node-with-docker-clients:lts-slim-19.03.14