You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
A docker container with CounterFit installed.
4
4
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
+
5
11
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.
6
12
7
13
For example:
@@ -12,4 +18,3 @@ docker run -p 5001:5000 jimbobbennett/counterfit:latest
0 commit comments