feat: container function
This commit is contained in:
parent
9f33f3e258
commit
9f7579a55e
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ container() {
|
|||
-ti \
|
||||
--rm \
|
||||
--name tmp-$(id -u)-$(openssl rand -hex 8) \
|
||||
--network ${CONTAINER_NETWORK:-internal} \
|
||||
alpine \
|
||||
ash
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue