Skip to content

Commit

Permalink
docs: recommend never using --tty in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 authored and aymanbagabas committed May 15, 2023
1 parent f851adb commit 4bb9abb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ services:
[docker]: https://hub.docker.com/r/charmcli/soft-serve
[ghcr]: https://github.com/charmbracelet/soft-serve/pkgs/container/soft-serve
> **Warning**
>
> Make sure to run the image without a TTY, i.e.: do not use the `--tty`/`-t`
> flags.


***

Part of [Charm](https://charm.sh).
Expand Down

0 comments on commit 4bb9abb

Please sign in to comment.