Skip to content

Commit

Permalink
Merge pull request #294 from travier/notty
Browse files Browse the repository at this point in the history
docs: Don't use '--tty-' for butane alias
  • Loading branch information
travier authored Dec 8, 2021
2 parents 9e6d216 + 2c7bf4c commit 42dcb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ podman run --rm -v /path/to/your_config.bu:/config.bu:z quay.io/coreos/butane:re
You may also add the following alias in your shell configuration:

```
alias butane='podman run --rm --tty --interactive \
alias butane='podman run --rm --interactive \
--security-opt label=disable \
--volume ${PWD}:/pwd --workdir /pwd \
quay.io/coreos/butane:release'
Expand Down

0 comments on commit 42dcb91

Please sign in to comment.