Gardner Bickford
Gardner Bickford
That is a problem. The reason why I submitted this is because I am running a node app via nvm which is loaded via the login scripts. I wonder if...
Still looking for this. :)
Can you point a dev in the right direction? Thanks
The docs are for pre docker engine 1.12. As of 1.12 docker swarm behaves differently and does not appear to require an external service like consul or etcd to manage...
Please close this issue. The package installs fine after installing the apt public key. The key is downloaded over http which is less than ideal.
This issue is still reproducible and prevents new users from being able to make use of the docker image. Steps to reproduce: ```shell mytmpdir=$(mktemp -d 2>/dev/null || mktemp -d -t...
@airtonix the use case is to develop locally using the docker container and then deploy the code to production using the docker container. This is a selling point of docker...
The apache container doesn't appear to have a php.ini file for the cli: ``` # find / -name \*.ini /usr/local/etc/php/conf.d/php-matomo.ini /usr/local/etc/php/conf.d/opcache-recommended.ini /usr/local/etc/php/conf.d/docker-php-ext-apcu.ini /usr/local/etc/php/conf.d/docker-php-ext-gd.ini /usr/local/etc/php/conf.d/docker-php-ext-ldap.ini /usr/local/etc/php/conf.d/docker-php-ext-pdo_mysql.ini /usr/local/etc/php/conf.d/docker-php-ext-zip.ini /usr/local/etc/php/conf.d/docker-php-ext-opcache.ini /usr/local/etc/php/conf.d/docker-php-ext-redis.ini /usr/local/etc/php/conf.d/docker-php-ext-mysqli.ini /usr/local/etc/php/conf.d/docker-php-ext-sodium.ini...
The auto update mechanism will only work until the container is restarted, then it will go back to the source files that are baked into the image. This could cause...
Having cron baked into the image is an anti-pattern for docker. Having every node in a swarm or ECS cluster trying to run the archive task every 5 minutes would...