Commit db81a42
committed
BUG: Error removing container by circleCI
FROM https://circleci.com/docs/docker-btrfs-error/
```
When Docker creates a container, the container is created on Btrfs,
the filesystem that we use to store all build containers, and removing
a container is equivalent to removing a Btrfs subvolume.
However, the Docker process doesn’t have permission to remove btrfs
subvolumes, resulting in the error
```
BUG: --rm=false replaced by commenting docker rm cmd1 parent 693bfe8 commit db81a42
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
| |||
0 commit comments