-
~$ docker pull ksmanis/gentoo-distcc:tcp ~# distcc-config --get-hosts ~# distcc gcc -c main.c -o main.o |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The error from distccd indicates that your IP was denied, most probably by the
If this is the case, you should consider using the |
Beta Was this translation helpful? Give feedback.
The error from distccd indicates that your IP was denied, most probably by the
--allow-private
flag:If this is the case, you should consider using the
ssh
image variant.