Gitiles
Code Review
Sign In
gerrit-dev.monogon.dev
/
monogon
/
b51250a42b51b8dc6509c7dc57522d42bced2c00
/
.
/
scripts
/
destroy_container.sh
blob: 13fefe3af6c6894f897861af5132960976016bcd [
file
] [
log
] [
blame
]
#!/bin/bash
podman stop smalltown
-
dev
podman rm smalltown
-
dev
--
force