tigerinus
tigerinus
I reproduced the issue on a different Windows machine ``` NVIM v0.8.2 Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 Compiled by runneradmin@fv-az28-353 Features: -acl +iconv +tui See ":help feature-compile" system vimrc file:...
I got the same error message when running `fish /s whatever`  Somewhere in your `.vim` must be calling `$SHELL /s ...` or something like that.
Same issue as - #1274 ?
> > Hi, I´m facing the same "issue". I have some containers imported with docker compose using the latest tag. It´s annoying that you cannot update this containers with the...
Good idea!
I think the challenge is expanding variable in the `ports` property of Docker Compose, which I don't think is supported by Docker Compose engine. Currently var expansion is only supported...
OR, I could be wrong: https://docs.docker.com/compose/compose-file/12-interpolation/
This is great. It's just that I am always obsessed with this idea that even without CasaOS, anyone with `docker` installed can bring up and run any CasaOS App. Guess...
Cool. For next step, can you list some CasaOS specific variables in your mind? I might not be able to get to this anytime soon, but I really like this...
Currently the existing vars are defined at https://github.com/IceWhaleTech/CasaOS-AppManagement/blob/918ded92c20738eb070b52787ca68d6fde8320b5/service/compose_service.go#L190-L198 They are all static. Someone could update this and relevant logic to include the dynamic vars you mentioned, before I am freed...