Open aalborz opened 8 years ago
Stupid question but is docker installed? (https://docs.docker.com/linux/)
I've tried installing docker on my Kali, but have run into issues.If I run docker on my Windows box, will I still be able to build the dshield-docker image?
On Wednesday, March 23, 2016 5:05 PM, Xavier Mertens <notifications@github.com> wrote:
Stupid question but is docker installed? (https://docs.docker.com/linux/)— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub
I installed Docker on my Windows box successfully, but when I tried to build dshield image I ran into a problem: "$ git clone https://github.com/xme/dshield-dockerCloning into 'dshield-docker'...fatal: unable to access 'https://github.com/xme/dshield-docker/': SSL certificate problem: self signed certificate in certificate chain" Any idea why I'm getting this error?
On Monday, March 28, 2016 10:37 AM, Alex Alborzfard <aalborz_02@yahoo.com> wrote:
I've tried installing docker on my Kali, but have run into issues.If I run docker on my Windows box, will I still be able to build the dshield-docker image?
On Wednesday, March 23, 2016 5:05 PM, Xavier Mertens <notifications@github.com> wrote:
Stupid question but is docker installed? (https://docs.docker.com/linux/)— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub
I was able to get around this issue as well, but got an error in the next step -building the actual dshield honeypot image.After running "docker build -t dshield/honeypot" command, I'm getting: "docker: "build" requires 1 argument."
On Monday, March 28, 2016 11:05 AM, Alex Alborzfard <aalborz_02@yahoo.com> wrote:
I installed Docker on my Windows box successfully, but when I tried to build dshield image I ran into a problem: "$ git clone https://github.com/xme/dshield-dockerCloning into 'dshield-docker'...fatal: unable to access 'https://github.com/xme/dshield-docker/': SSL certificate problem: self signed certificate in certificate chain" Any idea why I'm getting this error?
On Monday, March 28, 2016 10:37 AM, Alex Alborzfard <aalborz_02@yahoo.com> wrote:
I've tried installing docker on my Kali, but have run into issues.If I run docker on my Windows box, will I still be able to build the dshield-docker image?
On Wednesday, March 23, 2016 5:05 PM, Xavier Mertens <notifications@github.com> wrote:
Stupid question but is docker installed? (https://docs.docker.com/linux/)— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub
To build the docker, run:
docker build -t dshield/honeypot .
Don't forget the dot (".") or replace it by your preferred path!
When I run "docker build -t dshield/honeypot", it tells me "bash: docker: command not found"