cytopia

Results 223 comments of cytopia

Not sure about this, but `/bin/sh` is installed

@nicolabeghin I am going to close this, as there is not much I can do about this. I did however update the images to the latest minor versions here: https://github.com/cytopia/devilbox/pull/935...

I also always run it as root. I will dig in on how to be able to continue when `rsync` has errors.

@martin-rueegg thanks for the PR. I will give this a thorough review.

> Do I need to setup a seperate mysql for this? Yes, or you can use the bundled Docker Compose setup, which already includes the MySQL container

This is expected as Jessie reached EOL. The fix I've implemented is to ignore this and only treat it as a warning, also seen in your output (warning prefixed): ```...

@TheoD02 This works perfectly fine from inside the container. I assume that this has been resolved as the requested information has not been provided.

I have added `host.docker.internal` in the `extra_hosts` sections, which is now the way to go with Docker-Compose. Tested and it works. This will work from v3.0.0-beta-0.3 onwards. So the host...

@frankroc2022 This has now been automated: https://github.com/cytopia/devilbox/pull/942