Skip to content

Commit

Permalink
Update README.md with Docker Hub instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark authored Aug 30, 2024
1 parent 9e0f114 commit 0077536
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,15 @@ python3 proxy.py --port 5001
Docker
======

With the bundled Dockerfile, you can run Macproxy either through `docker run` (see below) or `docker compose up`.
The examples assume the default port `5000`.
With the bundled Dockerfile, you can run Macproxy in a container through the power of Docker Engine.

Either build an image yourself with `docker build`, or pull the [latest image from Docker Hub](https://hub.docker.com/r/rdmark/macproxy):

```
docker pull rdmark/macproxy:latest
```

Then launch the container with `docker run` (see below) or `docker compose up`. The examples assume the default port `5000`.

```
docker run --rm -p 5000:5000 macproxy
Expand Down

0 comments on commit 0077536

Please sign in to comment.