Skip to content

Commit

Permalink
Minor, mention how to run commands from an image
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Mar 12, 2024
1 parent 9bb2ed1 commit a3c11f7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/posts/2024-03-12-firewall-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,14 @@ table ip nat {
}
```

> Here we run the `nft` program shipped with Infix. It is of course
> possible to run the `nft` binary from the container, albeit not as
> easily:
>
> ```shell
> admin@infix:~$ sudo podman run --network=host --privileged=true --entrypoint=/usr/sbin/nft ghcr.io/kernelkit/curios-nftables:24.02.0 list ruleset
> ```
## `/etc/nftables.conf`
Expand Down

0 comments on commit a3c11f7

Please sign in to comment.