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