From 0077536d2b9d895b72e0109fea5926d11b543ea4 Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Fri, 30 Aug 2024 00:03:17 -0700 Subject: [PATCH] Update README.md with Docker Hub instructions --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7754593..e77e2ec 100644 --- a/README.md +++ b/README.md @@ -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