https://bugzilla.redhat.com/show_bug.cgi?id=1213385
--- Comment #6 from Andy Goldstein <[email protected]> --- From https://github.com/adelton/docker-freeipa/blob/master/Dockerfile Step 14 : RUN cd / ; mkdir /data-template ; cat /etc/volume-data-list | while read i ; do if [ -e $i ] ; then tar cf - .$i | ( cd /data-template && tar xf - ) ; fi ; mkdir -p $( dirname $i ) ; rm -rf $i ; ln -sf /data${i%/} ${i%/} ; done ---> Running in 8ad03310a401 rm: cannot remove '/var/log/journal/8ad03310a40178c266b7b70bddbfb778': Device or resource busy /etc/volume-data-list includes /var/log/ -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ golang mailing list [email protected] https://lists.fedoraproject.org/mailman/listinfo/golang
