Skip to content

Commit 1413899

Browse files
committed
updated docker instructions
1 parent ada880a commit 1413899

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,14 @@ Then from your AMQP client connect to localhost:5673, it will resuse connections
4646

4747
## Docker instructions
4848

49-
To run AMQP proxy within a container, build the docker image using the Dockerfile.
49+
To run AMQP proxy within a container, [pull the image from Docker Hub](https://hub.docker.com/r/cloudamqp/amqproxy):
5050

51-
Pull from [Docker Hub](https://hub.docker.com/r/cloudamqp/amqproxy):
52-
53-
`docker pull amqproxy:latest`
51+
`docker pull cloudamqp/amqproxy:latest`
5452

5553
Or build from the `Dockerfile`:
5654

5755
`docker build -t amqproxy .`
5856

5957
Run:
6058

61-
`docker run --rm -p 5673:5673 amqproxy amqp://SERVER`
59+
`docker run -it -p 5673:5673 amqproxy amqp://SERVER`

0 commit comments

Comments
 (0)