tigerinus

Results 130 comments of 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` ![image](https://user-images.githubusercontent.com/7172560/220411921-4b044c89-c9b5-473f-8a06-09efa0f25c39.png) Somewhere in your `.vim` must be calling `$SHELL /s ...` or something like that.

> > 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...

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...