Skip to content

Commit 293e097

Browse files
author
Jim Bennett
committed
Updating readme
1 parent 5b229af commit 293e097

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
A docker container with CounterFit installed.
44

5+
This container has been deployed to DockerHub. You can pull it with the following command:
6+
7+
```sh
8+
docker pull jimbobbennett/counterfit:latest
9+
```
10+
511
When you run this container, you need to map port 5000 inside the container to a port on your local machine. You can then access CounterFit at localhost using that port.
612

713
For example:
@@ -12,4 +18,3 @@ docker run -p 5001:5000 jimbobbennett/counterfit:latest
1218

1319
Then open `http://localhost:5001`.
1420

15-
This container has been deployed to DockerHub:

0 commit comments

Comments
 (0)