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'.
#32131 (comment)
moby/sys#66
That pr is merged, but what happend here?
Description
vscode devcontainer.json
vscode devcontainer.json
#32131 (comment)
moby/sys#66
That pr is merged, but what happend here?