commandeer / open

Commandeer is a tool built by developers for developers that solves three things in the cloud. First, we are focused on the deployment of your IAC. Secondly, we enable you to 'Test your Plumbing'. Lastly, Commandeer provides you the ability to easily view your data.
https://getcommandeer.com
MIT License
141 stars 26 forks source link

Can not detect docker #231

Closed heowc closed 2 years ago

heowc commented 2 years ago

I'm not using docker-desktop because I'm on a mac. So I am using colima.

For this reason, docker cannot be detected, and the localstack created with docker cannot be detected either. Is there any way to solve this?

bwship commented 2 years ago

You can create a cloud account, and then change the endpoints of the services to be the localhost ports. Like below.

local2

heowc commented 2 years ago

I'm not sure if I did it right, but it doesn't seem to work properly. Even if I create an account, the sns and sqs I created with localstack are not visible. 🤔

I think it would be great if you could change the docker.lock path. Is there any way to change this?

heowc commented 2 years ago

I solved this by creating a link file. Thank you.

bwship commented 2 years ago

Oh great. Yea we will investigate better support of colima as well.