feat: container function

This commit is contained in:
Strix 2023-11-19 01:21:13 +01:00
parent 9f33f3e258
commit 9f7579a55e
No known key found for this signature in database
GPG key ID: 5F35B3B8537287A7

View file

@ -37,6 +37,7 @@ container() {
-ti \
--rm \
--name tmp-$(id -u)-$(openssl rand -hex 8) \
--network ${CONTAINER_NETWORK:-internal} \
alpine \
ash
}