mirror of
https://github.com/unraid/webgui.git
synced 2026-01-13 21:20:01 -06:00
4 lines
56 B
Bash
Executable File
4 lines
56 B
Bash
Executable File
#!/bin/bash
|
|
# Just a wrapper.
|
|
exec /usr/bin/docker "$@"
|