-
This is my docker-compose.yml:
```
version: "3"
services:
# MongoDB: https://hub.docker.com/_/mongo/
mongodb:
image: mongo:3
volumes:
- mongo_data:/data/db
# Elasticse…
-
We plan to add 3-6 new small services for next ctf (dec 2019/jan 2020)
-
### Issue Description
When trying to perform rootless build [this Containerfile](https://github.com/verdaccio/verdaccio/blob/5.x/Dockerfile), build fails with error `copier: put: error setting exte…
-
Further details on SELinux issue mentioned in #121
Running the following command in the Vagrant machine.
`sudo ansible-bender build simple-playbook.yaml`
resulted in
`There was an error duri…
-
Trying to deploy in portainer and container refuses to work. See below log. Tried as a stack but also fails with same error.
[init ] container is starting...
[cont-env ] loading containe…
-
**Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)**
/kind feature
/kind bug
(feature or a bug can't easily identify)
There are two related (in my view) requests):
1.…
-
**Use case**
Modify data on a read-only disk.
**Describe the solution you'd like**
A new disk type `cow`, is configured on top of two other disks, the read-only "source" disk and another disk…
-
**Is your feature request related to a problem? Please describe.**
For certain reasons I am blocked on this os/kernel
```bash
$ cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)
$ una…
-
### Description
Error: **failed to register layer: lsetxattr user.overlay.origin /etc: operation not supported**
Starting with v25, docker will no longer silently remove extended attributes when…
-
cc @ngraybeal, who did the bulk of the work in getting a repro and narrowing it down
It looks like there is a file system sandbox safety issue in scenarios where a file exists in the host FS but is…