-
You don't seem to be using `CMD` or `ENTRYPOINT` in your Dockerfile, which causes troubles when trying to run an interactive session. `docker run --rm -it nhurel/nylas-sync-engine bash` still wants to…
-
Hi,
I hope I get it right. When stated in /etc/rc.conf
rc_crashed_start=YES
then OpenRC should try to bring up services which crashed, right?
I set this variable, reboot, then verify that vixie-cron …
-
Is it currently possible to change the user (`account`) and the group via a `fix-attrs.d` file?
I tried:
```
/usr/sbin/ssmtp false root:ssmtp 2755 0750
/etc/ssmtp true root:ssmtp 0640 0750
```
but …
-
hm... dunno if i should make new post, this topic is kina old to revive(#58,#90) but still needed and haven't been done jet.
my solution is that you write a simple math convert funktion for the episo…
-
Hi,
Just started using s6-overlay (coming from supervisord) and love it so far. I do have a few issues / questions. Please let me know if I should submit separate issues.
1. On [this line of init-sta…
-
Any chances we can get an arm build?
-
I often get messages like this:
```
Sep 15 22:16:00 some-worker-15.09.15t18.47 docker[29106]: node-harmony exited 0
Sep 15 22:16:00 some-worker-15.09.15t18.47 docker[29106]: [cont-finish.d] executing…
-
It seems like the internal MySQL server is started even if we have configured the container to connect to an external database. Is there a way to disable this?
Thanks
-
I created a sudo user devops and use it as the default user.
I observed a difference in container behaviour of finishing a non daemon cmd like:
docker run --rm -it s6base ls /etc/s6
**Dockerfile:*…
-
In many cases, we saw docker daemon crashes caused by various reasons: docker bugs, sys OOM, OOD, even a bad docker pull (docker/docker/issues/8422) etc. We need a way to keep daemons running: docker,…