Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit a46cb8d

Browse files
committed
docs: Add a note on docker for linux setup in prerequisites.
1 parent dfc6ea5 commit a46cb8d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/pages/getting-started/installation.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@ Nitric relies on functionality from the following projects to help retrieve plug
1212
Please follow these links to the official installation steps for each.
1313

1414
- [Git](https://git-scm.com/)
15-
- [Docker](https://docs.docker.com/get-docker/) _(deployments only)_
15+
- [Docker](https://docs.docker.com/get-docker/)
1616
- [Docker Buildx](https://github.com/docker/buildx/) _(deployments only)_
1717
- [Pulumi](https://www.pulumi.com/docs/cli/) _(for deployments, only needed if using the default providers)_
1818

19+
<Note>
20+
When setting up docker on Linux be sure to follow the [post-installation steps](https://docs.docker.com/engine/install/linux-postinstall/) so you can run docker as a non-root user.
21+
</Note>
22+
1923
## Installing the Nitric CLI
2024

2125
<InstallNitric>

0 commit comments

Comments
 (0)