Skip to content

Commit

Permalink
move docker section into tools/docker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fyliu committed Oct 17, 2024
1 parent f307431 commit 02d0116
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tools/docker.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Docker

## 3. Managing Docker
## Managing Docker

### 3.1 Stopping Docker
### Stopping Docker

To stop the service-container, but not destroy it (often sufficient for day-to-day work):

Expand All @@ -22,7 +22,7 @@ Add the `-v` flag to destroy the data volumes as well:
docker-compose down -v
```

### 3.2 Recycling / Refreshing Database
### Recycling / Refreshing Database

To restore a database to its original state and remove any data manually added, delete the container and image.
From Docker:
Expand Down

0 comments on commit 02d0116

Please sign in to comment.