We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8d0fc commit d6b164dCopy full SHA for d6b164d
images/configure.md
@@ -47,6 +47,11 @@ Note that the instructions provided include logic on whether the instructions
47
should be re-run (and when) or if Coder should run the instructions only once.
48
We strongly recommend including this logic at all times to minimize overhead.
49
50
+> Any commands run with `sudo` will, by default, not include the environment
51
+> variables of your user. If you'd like to preserve your existing env variables,
52
+> [pass the `-E` flag to your `sudo`
53
+> invocation](https://man7.org/linux/man-pages/man8/sudo.8.html).
54
+
55
## Step 2: Add the config file to the image
56
57
Once you have a config file, update your image to use it by including the
0 commit comments