docker,

Docker compose build with the pull option

Jul 14, 2023 · 1 min read · Post a comment

Running docker compose build --pull could get some of us not so much bright people bamboozled. So, what does it actually do?

Prerequisites

  • Docker
  • Docker Compose

Solution

The pull option basically will try to pull the base image that the current one is being build on.

Conclusion

In case you face any issues, feel free to leave a comment below and if you find this tutorial useful, follow our official channel on Telegram.