-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Open
Copy link
Labels
area/volumesVolumesVolumeskind/enhancementEnhancements are not bugs or new features but can improve usability or performance.Enhancements are not bugs or new features but can improve usability or performance.
Description
Description
vscode devcontainer.json
"mounts": [
"type=tmpfs,destination=/tmp,tmpfs-mode=1777,exec=true",
invalid argument "type=tmpfs,destination=/tmp,tmpfs-mode=1777,exec=true" for "--mount" flag: unexpected key 'exec' in 'exec=true'
See 'docker run --help'.
vscode devcontainer.json
"mounts": [
"type=tmpfs,destination=/tmp,tmpfs-mode=1777,exec",
invalid argument "type=tmpfs,destination=/tmp,tmpfs-mode=1777,exec" for "--mount" flag: invalid field 'exec' must be a key=value pair
See 'docker run --help'.
That pr is merged, but what happend here?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/volumesVolumesVolumeskind/enhancementEnhancements are not bugs or new features but can improve usability or performance.Enhancements are not bugs or new features but can improve usability or performance.