Skip to content

Commit

Permalink
Update README.md to use docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Nabil-Salah authored Dec 23, 2024
1 parent ca76b3f commit 2dc082a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@ To run the DNS server, use the following command:
make run
```

### Running the Server using docker compose

To run the DNS server but insure that you have docker installed on your machine [guidance](https://docs.docker.com/compose/install/).

then use the following command :

```bash
make docker_compose_up
```

### Running Tests

To ensure everything is working correctly, you can run the test suite with:
Expand Down

0 comments on commit 2dc082a

Please sign in to comment.