We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9167c6 commit c62c610Copy full SHA for c62c610
.github/workflows/dev-containers.yml
@@ -69,6 +69,12 @@ jobs:
69
node-version: '18.x'
70
registry-url: 'https://npm.pkg.github.com'
71
scope: '@microsoft'
72
+ - name: Disable containerd image store
73
+ run: |
74
+ # Workaround for https://github.com/moby/moby/issues/52050
75
+ sudo sed -i 's/"features":{[^}]*}/"features":{}/' /etc/docker/daemon.json || true
76
+ cat /etc/docker/daemon.json
77
+ sudo systemctl restart docker
78
- name: Tools Info
79
run: |
80
docker info
0 commit comments