David Gageot

Results 75 comments of David Gageot

Hi @ericvergnaud, what you are describing is the normal behaviour of `docker create`. It'll create a container but not run it: https://docs.docker.com/engine/reference/commandline/create/

Sorry @ericvergnaud, I missed that part. This is also expected. When you run `docker create postgres:12.16` and then click "Start", it'll start a `non-interactive` process which is the database itself....

> Thanks for the clear explanation, I'll try that. What's strange though is that the same container runs perfectly with docker 3.6. Was this behavior introduced later ? The GUI...

@h0jeZvgoxFepBQ2C would you have a diagnostic to share?

Hi @AlexZeitler, can you tell us which version of docker-machine you are using and which OS you are on? Also if you are not using 0.5.5 of docker-machine, can you...

I suggest this plan to start really fresh: - Delete all existing virtualbox machines - Delete all ghost VM that might remain in virtualbox GUI - Upgrade to the latest...

I can't even use the work-around. If CRDs are unknown to the cluster, nothing works.

Couple possible solutions: + allow multiple kubectl deployers to run in sequence. Hard to implement right now. + change the kubectl deployer so that it takes a list of lists...