Can you write a script that will set up a podman container using a command just like this,
:: podman container run --network tabby -p 8080:80/tcp docker.io/tabbyml/tabby-rocm:latest serve
in a rootless podman context.
YOu should create a script that allows me to repeatably bring the container up with network access to the socket on localchost, and I dshoud be able to bring it down just as quickly.