mirror of
https://github.com/AuxXxilium/arv-v-dsm.git
synced 2024-12-03 21:27:01 +07:00
7 lines
250 B
Bash
7 lines
250 B
Bash
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
docker build --tag dsm .
|
|
docker images dsm:latest --format "{{.Repository}}:{{.Tag}} -> {{.Size}}"
|
|
docker run --rm -it --name dsm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 60 docker.io/library/dsm
|