changkun / occamy

πŸ–₯️ a modern remote desktop proxy written in Go
https://github.com/changkun/occamy
MIT License
313 stars 54 forks source link

Fail to build docker #44

Closed dyaskur closed 3 years ago

dyaskur commented 3 years ago

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):

mhjor70 commented 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.

dyaskur commented 3 years ago

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
mhjor70 commented 3 years ago

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.

changkun commented 3 years ago
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.

changkun commented 3 years ago

Close due to no response.

dyaskur commented 3 years ago

sorry for late response, but yes, its no docker running. after run it worked. thanks