64111/not-able-to-run-my-docker-conatiner-in-local-host
FROM ubuntu MAINTAINER Luke Crooks "luke@pumalo.org" RUN apt-get update RUN apt-get install -y nginx && apt-get clean #RUN apt-get install -y apache2 && apt-get clean RUN apt-get install -y git RUN mkdir /root/.ssh/ RUN touch /root/.ssh/id_rsa EXPOSE 3400/tcp RUN touch /root/.ssh/known_hosts RUN ssh-keyscan -T 60 bitbucket.org >> /root/.ssh/known_hosts RUN mkdir /root/clone RUN cd /root/clone WORKDIR /root/clone RUN git clone https://github.com/prakhar1989/docker-curriculum.git RUN ls -al
You could do this using the docker-machine ...READ MORE
Check if you’re using Windows 10, either ...READ MORE
In Microsoft Windows 10 professional, I am ...READ MORE
In order to run multiple commands in ...READ MORE
Here is a concept which you can ...READ MORE
If you have Windows Server 2016 ow ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
It can work if you try to put ...READ MORE
To solve this problem, I followed advice ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.