domeide / sublime-docker

A Sublime Text plugin to use Docker Language Stacks as build systems
127 stars 12 forks source link

support of docker-compose instead of fig ? #4

Closed xinity closed 9 years ago

xinity commented 9 years ago

has fig has been renamed docker-compose, i've been wondering if sublime-docker has been updated as well to support docker-compose instead of fig ?

Nice job by the way !!!! :)

vdemeester commented 9 years ago

Fig hasn't been renamed in docker compose, that's 2 distinct projects ; But fig won't receive any more big updates, the work is focused now on docker compose. There sure will be support for docker compose in the future ;)

sammcj commented 9 years ago

I thought docker-compose actually IS fig and they're just renaming it and taking over support of it.

vdemeester commented 9 years ago

Well, fig is an external tool, develop here : https://github.com/docker/fig. The idea of docker compose is to have a fig build-in the docker client, through a docker up command for example. At least I thought that was it.

It's true though that fig command is the same as docker-compose as written in the fig README

l0rd commented 9 years ago

docker compose (and docker machine) will be supported when officially released by Docker.

tcmal commented 8 years ago

Can this be revisited? Would love to use this plugin but considering there's an official alternative, Would rather not use fig.

l0rd commented 8 years ago

Hello @OscarOrSomething. I've added Docker Compose support with ba346135d7d8002b5819297b6aef6cf1e8c83d93 but I haven't published it on packagecontrol.io. I'll do that now.

tcmal commented 8 years ago

Thanks @l0rd, Installed it and am having a problem but I think pr#24 should fix it.

l0rd commented 8 years ago

Ok I've merge it and released it again (v 1.3.1). Can you please please test if it's working now?