diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1f8a6221ef6..446b79a130f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -33,6 +33,8 @@ ] } }, - + "mounts": [ + "source=/etc/machine-id,target=/etc/machine-id,ro,type=bind,consistency=cached" + ], "remoteUser": "fluent-bit" }