docs: add --name ashim to all docker run commands

Ensures the container is named ashim in Docker Desktop on all
platforms instead of getting a random name.
This commit is contained in:
ashim-hq
2026-04-16 23:45:11 +08:00
parent 1553a2445d
commit 1de0dd12bf
5 changed files with 28 additions and 7 deletions
@@ -1,3 +1,16 @@
/* Quick start command banner on homepage */
.quick-start-banner {
max-width: 640px;
margin: -16px auto 48px;
padding: 0 24px;
text-align: center;
}
.quick-start-banner div[class*="language-"] {
margin: 0;
border-radius: 10px;
}
/* Hide the three-dots extra menu - its contents are now in the navbar directly */
.VPNavBarExtra {
display: none !important;