Skip to content

Commit

Permalink
todo links
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpadden committed Dec 19, 2024
1 parent a5d17fd commit dc7b107
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ sidebar_position: 200
This guide is applicable to Dagster+.
:::

This reference describes the various configuration options Dagster+ currently supports for [Docker agents](/dagster-plus/deployment/agents/docker/configuring-running-docker-agent).
{/* This reference describes the various configuration options Dagster+ currently supports for [Docker agents](/dagster-plus/deployment/agents/docker/configuring-running-docker-agent). */}
This reference describes the various configuration options Dagster+ currently supports for [Docker agents](/todo).

---

Expand All @@ -33,6 +34,8 @@ The `container_context.docker.env_vars` property is a list, where each item can

Refer to the following guides for more info about environment variables:

- [Dagster+ environment variables and secrets](/dagster-plus/managing-deployments/environment-variables-and-secrets)
- [Using environment variables and secrets in Dagster code](/guides/dagster/using-environment-variables-and-secrets)
{/* - [Dagster+ environment variables and secrets](/dagster-plus/managing-deployments/environment-variables-and-secrets) */}
- [Dagster+ environment variables and secrets](/todo)
{/* - [Using environment variables and secrets in Dagster code](/guides/dagster/using-environment-variables-and-secrets) */}
- [Using environment variables and secrets in Dagster code](/todo)

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ In this guide, you'll configure and run a Docker agent. Docker agents are used t

To complete the steps in this guide, you'll need:

- **Permissions in Dagster+ that allow you to manage agent tokens**. Refer to the [User permissions documentation](/dagster-plus/account/managing-users) for more info.
{/* - **Permissions in Dagster+ that allow you to manage agent tokens**. Refer to the [User permissions documentation](/dagster-plus/account/managing-users) for more info. */}
- **Permissions in Dagster+ that allow you to manage agent tokens**. Refer to the [User permissions documentation](/todo) for more info.
- **To have Docker installed**
- **Access to a container registry to which you can push images with Dagster code.** Additionally, your Docker agent must have the permissions required to pull images from the registry.

Expand Down Expand Up @@ -117,6 +118,8 @@ These credential helpers generally are configured in `~/.docker.config.json`. To

Now that you've got your agent running, what's next?

- **If you're getting Dagster+ set up**, the next step is to [add a code location](/dagster-plus/managing-deployments/code-locations) using the agent.
{/* - **If you're getting Dagster+ set up**, the next step is to [add a code location](/dagster-plus/managing-deployments/code-locations) using the agent. */}
- **If you're getting Dagster+ set up**, the next step is to [add a code location](/todo) using the agent.

- **If you're ready to load your Dagster code**, refer to the [Adding Code to Dagster+](/dagster-plus/managing-deployments/code-locations) guide for more info.
{/* - **If you're ready to load your Dagster code**, refer to the [Adding Code to Dagster+](/dagster-plus/managing-deployments/code-locations) guide for more info. */}
- **If you're ready to load your Dagster code**, refer to the [Adding Code to Dagster+](/todo) guide for more info.

0 comments on commit dc7b107

Please sign in to comment.