dde icon indicating copy to clipboard operation
dde copied to clipboard

Feature/kill

Open mawiswiss opened this issue 6 years ago • 5 comments

My container didn't reacted to dde stop or any other commands.

Any preferences here? @s4mpl3d @lukasluecke

mawiswiss avatar Sep 04 '19 09:09 mawiswiss

I'd rather not "pollute" dde with more "redundant" functionality of docker-compose - if this is something that's happening repeatedly we could add it for now, but I'd rather move towards removing the "dde lock-in", and allow / push consumers to use docker-compose directly for these tasks. This is an ongoing effort, and depends on at least #5 (since this is the main reason for the dependencies on DDE_UID etc., which cause normal docker-compose to fail).

lukasluecke avatar Sep 04 '19 16:09 lukasluecke

Good to hear and I fully agree. But yes, for the time being, it's very useful.

mawiswiss avatar Sep 04 '19 16:09 mawiswiss

I'd propose leaving this as an open PR in that case, so for anyone encountering the same issue there's a solution, and if there are more, we can still merge it.

As a temporary solution you can also use DDE_UID=$(id -u) DDE_GID=$(id -g) docker-compose [command] to "bypass" dde.

lukasluecke avatar Sep 04 '19 16:09 lukasluecke

I know, but that sucks. @s4mpl3d agreed that this PR would be useful

mawiswiss avatar Sep 04 '19 16:09 mawiswiss

Rebased to develop (Gitflow).

lukasluecke avatar Sep 04 '19 16:09 lukasluecke

@marcwieland95 Is this still an issue? I've never encountered something like this in this past year 🤔

Ruesa18 avatar Aug 31 '23 06:08 Ruesa18

Closing this PR since it references the old version of dde (Makefile)

s4mpl3d avatar Feb 29 '24 10:02 s4mpl3d