Skip to content

Commit aea8121

Browse files
authored
Merge pull request #2987 from aaronjnewman/patch-1
note at line 554 did not render correctly
2 parents f3fd6b0 + 3389812 commit aea8121

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/jupyterhub/customizing/user-environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,12 +551,12 @@ singleuser:
551551
- "--other-flag"
552552
```
553553
554-
:::{note}
554+
```{note}
555555
Docker has `ENTRYPOINT` and `CMD`,
556556
which k8s calls `command` and `args`.
557557
zero-to-jupyterhub always respects the ENTRYPOINT of the image,
558558
and setting `singleuser.cmd` only overrides the CMD.
559-
:::
559+
```
560560

561561
## Disable specific JupyterLab extensions
562562

0 commit comments

Comments
 (0)