You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some development containers have requirements on the host container like cpus, memory, storage. To avoid running a container in a host with insufficient resources, we should support to declare the host requirements in the devContainer.json.
(in the case of Docker the configured host resources can be determined using docker info --format '{{json .}}'.
The text was updated successfully, but these errors were encountered:
Some development containers have requirements on the host container like cpus, memory, storage. To avoid running a container in a host with insufficient resources, we should support to declare the host requirements in the devContainer.json.
(in the case of Docker the configured host resources can be determined using
docker info --format '{{json .}}'
.The text was updated successfully, but these errors were encountered: