3shape / docker-ci

Helps you build rock-solid Docker images. Written as a Powershell Core module. Install from PSGallery.
Apache License 2.0
5 stars 3 forks source link

Additional Prerequisite to call out: Docker installed. #119

Closed ghost closed 2 years ago

ghost commented 3 years ago

It may see obvious, but I'm hoping to find a tool to allow me to pull, tag, and push images without having the docker daemon running locally. I found (understandably) that this module requires docker to be installed and running. May want to add that to README.

zionyx commented 2 years ago

Yes, you are right. This PS module is merely a wrapper for docker commands and still relies entirely on docker daemon to function. I'll update README to make this requirement clear.

zionyx commented 2 years ago

Resolved by #122. @MindaugasLaganeckas, please close this issue. Thanks. Feel free to add me as a maintainer of the project so I can do these tasks on the project's behalf.