uci-docker-nextcloud/build/try

8 lines
275 B
Plaintext
Raw Normal View History

2024-09-12 16:21:59 -07:00
#!/bin/bash
# trys the default environment .env
# udbuild try -m opt -o "--cap-add SYS_ADMIN --device /dev/fuse" ${@:-shell} $@
# udbuild try -m /var/www -h www -o --privileged ${@:-shell} $@
# udbuild try -m /var/www -h www ${@:-shell} $@
udbuild try -m opt ${@:-shell} $@