Files
play-with-docker/dockerfiles/dind/sudo
2018-11-12 18:47:30 -03:00

6 lines
246 B
Bash
Executable File

#!/usr/bin/env bash
# This is shim to help with the case were pasted commands from a readme assume you are not root. Since this isto be run by root, it should effectively be a dummy command that allows the parameters to pass through.
exec "$@"