-
Use case: mount a volume from host to container for use by apache as www user.
The problem is currently all mounts are mounted as root inside the container.
For example, this command
docker run -v /t…
-
I have a MySQL container that takes a little time to start up as it needs to import data.
I have an Alfresco container that depends upon the MySQL container.
At the moment, when I use fig, the Alfre…
-
This would map closely to Docker's native volumes support, and allow people to build and version pre-baked data as containers. Maybe read-only? Haven't thought that far...
-
Running the latest tag on CentOS 7 & Docker 0.11.1, Jenkins fails to bind the port:
```
Failed to listen to incoming slave connection
java.net.BindException: Failed to listen on port 50000 because i…
-
Deis update engine is based on CoreUpdate and will ultimately provide fast, painless, zero-downtime upgrades of the platform control plane.
-
Spawned from #1325
It should be easy for users do two things:
- Create new resources
- Determine when they are "ready"
Readiness (#620) is a complex topic, and readiness can mean different things i…
-
One thing that is a bad experience at the moment is the bring-up behaviour of one pod that depends on another the services of another pod. For example, in my logging work the Kibana viewer (pod, servi…
-
Starting assumption: _Kubernetes should start defaulting to having hard enforcement of pod memory and cpu limits, and requiring pods to make resource requests._ That's a premise of this issue -- if y…
-
To ease getting started experience
-
By default, Compose bases the project name on basename of the directory compose
commands are run from. The project name can be overridden either by
passing a `-p / --project-name` option for each com…