Skip to content

Commit

Permalink
docs: make local build instructions a little clearer around project c…
Browse files Browse the repository at this point in the history
…reation
  • Loading branch information
Kristen Foster-Marks authored and Kristen Foster-Marks committed Oct 25, 2024
1 parent 1472a1b commit 08f504a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/container-builds/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ Organizations are the top level entity in Depot. They typically represent a sing
2. Click on the `Create Organization` button
3. Enter an organization name
4. Click `Create organization`
5. Click `New project` and specify your preferred region, cache storage policy, and connection.

Every organization comes pre-configured with a `default` project that you can use for any container image build. The default project is placed in our US East region with a cache storage policy of 50 GB per image architecture. If you'd like to change those defaults, you can go into the Project > Settings and make any changes.
If you're not quite ready to create your own project, every organization comes pre-configured with a `default` project that you can use for any container image build. The default project is placed in our US East region with a cache storage policy of 50 GB per image architecture. If you'd like to change those defaults, you can go into the Project > Settings and make any changes.

## Running a local build

Expand All @@ -47,7 +48,7 @@ There are two options for running local builds with Depot.

Our `depot build` command is a drop-in replacement for your existing `docker build` command.

Once you've initialized your project, you can run `depot build` to build your Docker image. The [`build` command](/docs/cli/reference#depot-build) takes all of the same parameters as your normal `docker build` command.
Once you've created your project in the Depot app, you can run `depot build` to build your Docker image. The [`build` command](/docs/cli/reference#depot-build) takes all of the same parameters as your normal `docker build` command.

```shell
depot build -t repo/image:tag .
Expand Down

0 comments on commit 08f504a

Please sign in to comment.