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

Commit 3c42b2f

Browse files
committed
Simplify container restart command
1 parent 6be3e80 commit 3c42b2f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/how-to/install.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,7 @@ docker pull ghcr.io/stacklok/codegate:latest
147147
Stop and remove the current container:
148148

149149
```bash
150-
docker stop codegate
151-
docker rm codegate
150+
docker rm --force codegate
152151
```
153152

154153
Finally, launch the new version using the

0 commit comments

Comments
 (0)