mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
7 lines
45 B
Bash
Executable File
7 lines
45 B
Bash
Executable File
#!/bin/sh
|
|
set -eu
|
|
|
|
dind dockerd &
|
|
|
|
exec "$@"
|