-
Since the VLC downgrade commit (5909ca3cbb123be67ef321207dffccde714f8984) there is a lightly hearable degradation of audio quality during playback especially with noise sounds.
Obvious solutions woul…
-
I'm able to successfully install the `fluent-plugin-loggly` but when I actually start `td-agent`, I receive the following error:
```
2015-09-10 00:16:20 +0000 [error]: fluent/supervisor.rb:313:rescue…
-
I'm currently trying to understand what `my_init` does for learning and rewriting for fun (in go). I don't understand what the following section is doing.
https://github.com/phusion/baseimage-docker…
-
Hey guys I think we have a bug with the new template system for nginx config.
I did not investigate but when deploying a dockerfile app, the port is not correctly configured anymore.
I deployed a prev…
Flink updated
8 years ago
-
Howdy,
I can currently working on seeing if I can docker-ize this product. I think huge improvements could be made by shipping the different aspects in containers that link to each other. My step are…
-
It seems like the output is being buffered and never flushed until the script terminates:
How to replicate:
```
docker run --rm phusion/baseimage:latest perl -e "for (1..10) { print qq{test\n}; }; s…
-
It appears that not all mirror sites are equal, seeing this a few times now, with sabnzbd, but i don't think it's something that would be particular to that one container, hence raising the issue here…
-
This is exactly the same issue as https://github.com/commercialhaskell/stack/issues/527, but when you have a `stack.yaml` that is Docker-enabled:
``` yaml
docker:
enable: true
```
I falsely assume…
-
I made some tests regarding PulseAudio. In the following, I am assuming pulseaudio is running on the host for the current user:
```
docker run -ti --rm -v /run/user/$UID/pulse/native:/run/user/$UID/p…
-
I'm trying to use this image with a fresh Rails application.
My Dockerfile looks like this:
```
FROM phusion/passenger-ruby22:0.9.15
# Set correct environment variables.
ENV HOME /root
# Use baseim…