We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. Any ideas why I would see the 'connection closed' error?
sudo DOCKER_HOST=tcp://0.0.0.0:4243 docker build -t=sroegner/accumulo . Sending build context to Docker daemon 40.45 kB Sending build context to Docker daemon Step 0 : FROM sroegner/doop ---> 34d14cbab46a Step 1 : RUN curl -L http://apache.cs.utah.edu/accumulo/1.5.2/accumulo-1.5.2-bin.tar.gz -o /tmp/acc.tgz && tar xzf /tmp/acc.tgz -C /usr/lib && rm -vf /tmp/acc.tgz && id ---> Using cache ---> b73cedef84e1 Step 2 : RUN ln -s /usr/lib/accumulo-1.5.2 /usr/lib/accumulo; mkdir -p /etc/accumulo/conf /var/run/accumulo /var/lib/accumulo /var/log/accumulo; useradd -u 6040 -G hadoop accumulo; chown accumulo.accumulo /var/run/accumulo /var/lib/accumulo /var/log/accumulo; rm -rf /usr/lib/accumulo/conf; rm -rf /usr/lib/accumulo/logs; ln -s /etc/accumulo/conf /usr/lib/accumulo/conf; ln -s /var/log/accumulo /usr/lib/accumulo/logs; ---> Using cache ---> 30021ee914bc Step 3 : ADD . /docker ---> Using cache ---> 835cd92689a7 Step 4 : ADD accumulo_profile.sh /etc/profile.d/accumulo_profile.sh ---> Using cache ---> 6a6b2a1e6f9c Step 5 : RUN cp -vr /docker/accumulo.conf/* /etc/accumulo/conf/; mkdir -p /root/.ssh /home/accumulo/.ssh; chmod 700 /root/.ssh /home/accumulo/.ssh; cp -vr /docker/dotssh/* /root/.ssh/; cp -vr /docker/dotssh/* /home/accumulo/.ssh/ ; chown -R accumulo.accumulo /home/accumulo/.ssh ---> Using cache ---> 875a21ec8944 Step 6 : EXPOSE 22 2181 50070 50095 ---> Using cache ---> 91974f1b6502 Step 7 : CMD /usr/bin/supervisord -n ---> Using cache ---> a50f396f429e Successfully built a50f396f429e sudo DOCKER_HOST=tcp://0.0.0.0:4243 docker run -d --name=accbuild --hostname=namenode -p=127.0.0.10:2244:22 sroegner/accumulo /usr/bin/supervisord -n 5334b403dfc14b7f7f7216e411a5dd49c99ab062b8de48f4bb891d97d966b0af sleep 5 ssh -i dotssh/accumulo -p 2244 [email protected] /docker/init_accumulo.sh ssh_exchange_identification: Connection closed by remote host make: *** [image] Error 255
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi. Any ideas why I would see the 'connection closed' error?
sudo DOCKER_HOST=tcp://0.0.0.0:4243 docker build -t=sroegner/accumulo .
Sending build context to Docker daemon 40.45 kB
Sending build context to Docker daemon
Step 0 : FROM sroegner/doop
---> 34d14cbab46a
Step 1 : RUN curl -L http://apache.cs.utah.edu/accumulo/1.5.2/accumulo-1.5.2-bin.tar.gz -o /tmp/acc.tgz && tar xzf /tmp/acc.tgz -C /usr/lib && rm -vf /tmp/acc.tgz && id
---> Using cache
---> b73cedef84e1
Step 2 : RUN ln -s /usr/lib/accumulo-1.5.2 /usr/lib/accumulo; mkdir -p /etc/accumulo/conf /var/run/accumulo /var/lib/accumulo /var/log/accumulo; useradd -u 6040 -G hadoop accumulo; chown accumulo.accumulo /var/run/accumulo /var/lib/accumulo /var/log/accumulo; rm -rf /usr/lib/accumulo/conf; rm -rf /usr/lib/accumulo/logs; ln -s /etc/accumulo/conf /usr/lib/accumulo/conf; ln -s /var/log/accumulo /usr/lib/accumulo/logs;
---> Using cache
---> 30021ee914bc
Step 3 : ADD . /docker
---> Using cache
---> 835cd92689a7
Step 4 : ADD accumulo_profile.sh /etc/profile.d/accumulo_profile.sh
---> Using cache
---> 6a6b2a1e6f9c
Step 5 : RUN cp -vr /docker/accumulo.conf/* /etc/accumulo/conf/; mkdir -p /root/.ssh /home/accumulo/.ssh; chmod 700 /root/.ssh /home/accumulo/.ssh; cp -vr /docker/dotssh/* /root/.ssh/; cp -vr /docker/dotssh/* /home/accumulo/.ssh/ ; chown -R accumulo.accumulo /home/accumulo/.ssh
---> Using cache
---> 875a21ec8944
Step 6 : EXPOSE 22 2181 50070 50095
---> Using cache
---> 91974f1b6502
Step 7 : CMD /usr/bin/supervisord -n
---> Using cache
---> a50f396f429e
Successfully built a50f396f429e
sudo DOCKER_HOST=tcp://0.0.0.0:4243 docker run -d --name=accbuild --hostname=namenode -p=127.0.0.10:2244:22 sroegner/accumulo /usr/bin/supervisord -n
5334b403dfc14b7f7f7216e411a5dd49c99ab062b8de48f4bb891d97d966b0af
sleep 5
ssh -i dotssh/accumulo -p 2244 [email protected] /docker/init_accumulo.sh
ssh_exchange_identification: Connection closed by remote host
make: *** [image] Error 255
The text was updated successfully, but these errors were encountered: