alanzanattadev / atom-docker

Docker Integration for Atom.io
MIT License
48 stars 11 forks source link

Handling 3.X docker-compose versions #33

Open Billos opened 5 years ago

Billos commented 5 years ago

Hello, I just encountered an issue with the plugin. I have a docker-compose.yml opened in atom, then I try to select it with alt-shift-c, and I have an atom error : 2

I digged a bit, and found out something : 1

Apparently the services are retrieved for versions 1 and 3, but that does not work when your version is set as 3.7 (in my case): 3

A more complete services mapping would be appreciated :)

Thanks !

diogotozzi commented 5 years ago

Same problem here!

Is this project dead?

alanzanattadev commented 5 years ago

I would be glad to give the hand to another core contributor, because I don't have time to maintain it, and I unfortunately don't use Atom regularly anymore.

ashishnitinpatil commented 3 years ago

It has been fixed by https://github.com/alanzanattadev/atom-docker/pull/26. You probably have to copy paste the file contents to your local codebase of this project (Edit -> Preferences -> Packages -> Search "docker" -> Settings -> View Code)