Skip to content

Commit

Permalink
add an faq
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegalbraith committed Nov 17, 2023
1 parent 99fc8fb commit 64a574a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/overview/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ Yes! Depot supports native Arm container builds out of the box. We detect the ar

Yes! Check out our [integration guide](/docs/guides/arm-containers#what-about-multi-architecture-containers) on how we do it.

### How should I used Depot with a monorepo setup?

If you're building multiple images from a single monorepo, and the builds are lightweight, we tend to recommend using a single project. But we detail some other options in our [monorepo guide](/blog/how-to-build-docker-images-in-monorepos).

### Can I use Depot with my existing `docker build` or `docker buildx build` commands?

Yes! We have a [`depot configure-docker`](/docs/cli/reference#depot-configure-docker) command that configures Depot as a plugin for the Docker CLI and sets Depot as the default builder for both `docker build` and `docker buildx build`. See our [`docker build` guide](/docs/guides/docker-build) for more details.
Expand Down

0 comments on commit 64a574a

Please sign in to comment.