Skip to content

Commit

Permalink
Merge pull request #74 from babarinde/master
Browse files Browse the repository at this point in the history
stop docker.socket first
  • Loading branch information
josegonzalez authored Jul 31, 2023
2 parents 7d8201b + d231941 commit b3e4a8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/other/run-on-external-volume.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Say, _for instance_, that our volume is mapped into the systems as `/dev/vdb1`.
Stop docker daemon

```shell
systemctl stop docker.socket
systemctl stop docker
```

Expand Down Expand Up @@ -68,6 +69,7 @@ mount -o bind /mnt/volume/var/lib/docker /var/lib/docker
Start docker daemon

```shell
systemctl start docker.socket
systemctl start docker
```

Expand Down

0 comments on commit b3e4a8e

Please sign in to comment.