Commit 8c909d44 by nabil el mahiri

npm login

parent 7ac5f17c
...@@ -58,7 +58,7 @@ RUN mkdir ~/.ssh && \ ...@@ -58,7 +58,7 @@ RUN mkdir ~/.ssh && \
chmod 0600 ~/.ssh/id_rsa && \ chmod 0600 ~/.ssh/id_rsa && \
echo "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config echo "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
# echo "Host labs.atlasvoyages.com"$'\n\t'"IdentityFile ~/.ssh/id_rsa" >> ~/.ssh/config # echo "Host labs.atlasvoyages.com"$'\n\t'"IdentityFile ~/.ssh/id_rsa" >> ~/.ssh/config
RUN curl -H "Host:labs.atlasvoyages.com" 127.0.0.1 RUN curl -H "Host:labs.atlasvoyages.com" 172.40.0.129
# RUN touch ~/.ssh/known_hosts # RUN touch ~/.ssh/known_hosts
# RUN ssh-keyscan -t rsa labs.atlasvoyages.com >> ~/.ssh/known_hosts # RUN ssh-keyscan -t rsa labs.atlasvoyages.com >> ~/.ssh/known_hosts
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment