Robert Stein

Results 96 comments of Robert Stein

I believe `docker info` would be a good start. However, it says nothing about space on device / available persistent memory.

`docker system df` offers disk information. However these may not be of any use. We probably have to check the local disk information (something like `df -h`). From what I...

> We should then, however, regularly chek for new versions and if they still work. Maybe we could automate this process somehow? At least some kind of alert of automatically...

I suggest we collect use cases and work through each of them individually.

For one thing we could store the commit of the installed helm charts / kubernetes manifest. That would be a pretty safe indicator. Git webhooks would help to keep the...

I guess we need both. For example: if the system has 16GB RAM but the docker daemon is only allowed to use 1GB :D

@frnhr thank you very much for your contribution. I'll review your changes as soon as possible!

@mammuth I think this is still a pretty cool feature. Maybe you could (if you find the time): - [x] rebase the changes onto current master - [x] make it...

Background color and background image - no question that we should implement it. Background video is nice. However have to think about which javascript lib matches best and what options...

Exactly. I've tried to dig into the JS, but I did not find a way to hook into the corresponding event. It seems like Django-CMS cancels any propagation, which make...