Skip to content

Commit

Permalink
test updating docker config
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Boten <aboten@lightstep.com>
  • Loading branch information
Alex Boten committed Jun 28, 2023
1 parent 666b0fb commit 5500067
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,12 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: host
run: |
echo $'{\n "default-cgroupns-mode":host\n}' | sudo tee /etc/docker/daemon.json
cat /etc/docker/daemon.json
docker --version
sudo service docker restart
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 5500067

Please sign in to comment.