mirror of
https://github.com/docker/compose.git
synced 2026-06-26 19:22:21 +00:00
Signed-off-by: Christopher Crone <christopher.crone@docker.com> Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
4 lines
113 B
Bash
Executable file
4 lines
113 B
Bash
Executable file
#! /bin/sh
|
|
|
|
if [ "${LOCALDOMAIN}" != "" ]; then echo "search ${LOCALDOMAIN}" >> /etc/resolv.conf; fi
|
|
exec "$@"
|