docker-wordpress
docker-wordpress copied to clipboard
Dockerfile and etc for a Wordpress docker image
Improves the size of the resulting image
According to [BP for RUN and apt-get](https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#apt-get).
How about using wp-cli to download and install wordpress, it gives more flexibility http://wp-cli.org/
Hi John, I have used your existing dockerfile and edited it for the dependencies which i could find on SLES using zypper and some i built from source using reliable...
Resolves issue where mysql cannot add user in a container if host kernel is version > 3.15 and Docker 1.0.1 (from default ubuntu APT repository) Find more at https://github.com/docker/docker/issues/6345
Cleaned up the install process by grabbing Wordpress directly from Git. This speeds up the build time slightly as well.
on OSX using boot2docker After ``` ssh -p user@localhost ``` succeeds I can't sudo: Error: ``` sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid bit set...
Updates will be baked into the based images you don't need to apt-get upgrade your containers. Because of the isolation that happens this can often fail if something is trying...