Ihar Kazlouski
Ihar Kazlouski
Hi @RavilN Thanks for the feedback. I know about this problem but we don't solve this issue yet. We couldn't find some good and stable lib with AST support. I...
Wow. I have good news! We found a lib for flexible work with YAML AST. But I need your help. Please write to test your docker-compose configs as examples. It...
@bvgusak Hi. Yep, we remade a parser from dumb `read-> parse -> change -> rewrite all document` to parser with AST, which re-writes just changed value and don't touch all...
Hi @Vakadavr We had similar requests but it were requests about add Save button :D
The next v1.6 will have supported docker compose v2 https://github.com/DockStation/dockstation/issues/288#issuecomment-1093575674 But v1.6 is still RC
Hi @pinage404 Thanks for the issue. Maybe you can try to make a symlink for docker-compose into `/usr/local/bin/` or `/usr/bin/`
So, It should work. You use AppImages. Do you run the app with `sudo ...` via `root` user or without via `pinage404` user?
It's strange. Ok, I'll try to install NixOS and repeat your issue.
Hi. What is the rights and user/user group do you have for Docker Compose? @jakabk
I'm not sure that it's easy way. Because during your some change action - We parse your YML config to an array -> adding your changes to the array ->...