-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Labels
containerd-integrationIssues and PRs related to containerd integrationIssues and PRs related to containerd integrationkind/bugBugs are bugs. The cause may or may not be known at triage time so debugging may be needed.Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed.status/more-info-needed
Description
Description
Looks like this was overlooked;
Without the containerd-integration enabled;
docker run --rm --read-only busybox sh -c 'touch hello-world && ls -l hello-world && echo hello > hello-world && cat hello-world'
touch: hello-world: Read-only file systemWith the containerd-integration enabled:
docker run --rm --read-only busybox sh -c 'touch hello-world && ls -l hello-world && echo hello > hello-world && cat hello-world'
-rw-r--r-- 1 root root 0 Jul 25 10:33 hello-world
helloWe should also check if we have test-cases for this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
containerd-integrationIssues and PRs related to containerd integrationIssues and PRs related to containerd integrationkind/bugBugs are bugs. The cause may or may not be known at triage time so debugging may be needed.Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed.status/more-info-needed
Type
Projects
Status
Done