Skip to content

Commit

Permalink
Merge branch 'main' into docs/add-python-uv
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleTryon authored Sep 16, 2024
2 parents 9ea4ca2 + 2a1d3bf commit 91374f6
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions content/container-builds/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,7 @@ Organizations are the top level entity in Depot. They typically represent a sing
3. Enter an organization name
4. Click `Create organization`

## Creating a project

A project is like a cache namespace. Any `Dockerfile` or `git` repositories you build within a project will share the same cache. When you have a service, Docker image, or repository that should be segregated, you should create a new project.

1. Go to your [organizations inside of Depot](/orgs)
2. Click on the `Create Project` button
3. Enter a project name
4. Choose the region for your project (i.e. where build data should be stored)
5. Select a cache storage policy (i.e. how much build cache to keep)
6. Click `Create Project`

**Note:** You can always change the region and cache storage policy for a project later.
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 Down

0 comments on commit 91374f6

Please sign in to comment.