Skip to content

Commit

Permalink
fix(docker): debug daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxd committed Aug 25, 2022
1 parent 3b39e2e commit e803627
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ docker rm -f $(docker ps -aq)
```bash
docker rmi $(docker images -q)
```

### Start docker daemon in debug mode

```bash
sudo dockerd --debug
```

0 comments on commit e803627

Please sign in to comment.