Skip to content

Commit

Permalink
Fixing docker restart.
Browse files Browse the repository at this point in the history
  • Loading branch information
travist committed Jun 28, 2024
1 parent 3a7b966 commit 141e4a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
name: Enable docker experimental features.
command: |
sudo sh -c 'echo '\''DOCKER_OPTS="--experimental=true"'\'' >> /etc/default/docker'
sudo service docker restart
sudo /etc/init.d/docker stop
sudo /etc/init.d/docker start
- checkout
- setup_remote_docker:
version: 19.03.13
Expand Down

0 comments on commit 141e4a5

Please sign in to comment.