System/Docker
docker - dockerfile echo multiline
linuxism
2015. 8. 8. 22:16
RUN echo $'All of your\n\ multiline that you ever wanted\n\ into a dockerfile\n'\ >> /etc/example.conf
source - https://github.com/docker/docker/issues/1799