Closed dyaskur closed 3 years ago
Double check the got download had a dockerfile and itβs the proper case
-βββ’ Michele (Mike) Hjorleifsson 772-224-8913 x4 @.***
From: Muhammad Dyas Yaskur @.> Sent: Tuesday, July 6, 2021 7:03:35 PM To: changkun/occamy @.> Cc: Subscribed @.***> Subject: [changkun/occamy] Fail to build docker (#44)
To Reproduce Steps to reproduce the behavior:
git clone https://github.com/changkun/occamy.git cd occamy make build
then return
docker build -t occamy:0.4.0-25-gd220486 -t occamy:latest -f docker/Dockerfile . make: docker: No such file or directory make: *** [build] Error
Desktop (please complete the following information):
β You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/changkun/occamy/issues/44, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABSJBXXYI3QNDBIZHPNCXP3TWODUPANCNFSM475PHOWA.
oh yes, sorry, I removed docker from my computer, but after I install docked, it;s return:
docker build -t occamy:0.4.0-25-gd220486 -t occamy:latest -f docker/Dockerfile .
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
make: *** [build] Error 1
There should be an icon in your menu bar at the top right that looks like a little whale click it and select start docker If itβs not there reboot it should appear
-βββ’ Michele (Mike) Hjorleifsson 772-224-8913 x4 @.***
From: Muhammad Dyas Yaskur @.> Sent: Tuesday, July 6, 2021 7:33:43 PM To: changkun/occamy @.> Cc: M Hjorleifsson @.>; Comment @.> Subject: Re: [changkun/occamy] Fail to build docker (#44)
oh yes, sorry, I removed docker from my computer, but after I install docked, it;s return:
docker build -t occamy:0.4.0-25-gd220486 -t occamy:latest -f docker/Dockerfile . Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? make: *** [build] Error 1
β You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/changkun/occamy/issues/44#issuecomment-875151588, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABSJBXXLTVMRKOCQBP6RAXTTWOHFPANCNFSM475PHOWA.
docker build -t occamy:0.4.0-25-gd220486 -t occamy:latest -f docker/Dockerfile .
make: docker: No such file or directory
make: *** [build] Error
This looks like you are not in the correct folder.
docker build -t occamy:0.4.0-25-gd220486 -t occamy:latest -f docker/Dockerfile .
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
make: *** [build] Error 1
This looks like you don't have docker running.
Close due to no response.
sorry for late response, but yes, its no docker running. after run it worked. thanks
To Reproduce Steps to reproduce the behavior:
then return
Desktop (please complete the following information):