Skip to content

Commit b745f69

Browse files
authored
Change Docker image source to GitHub Container Registry
Updated Docker image references from Docker Hub to GitHub Container Registry.
1 parent 59e9730 commit b745f69

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
A dockerized honeypot SSH server written in Go to log login attempts.
44
Password authentications always fail so no terminal access is given to the attacker.
55

6-
[![](http://dockeri.co/image/fffaraz/fakessh)](https://hub.docker.com/r/fffaraz/fakessh)
7-
86
## Quick Start
97

108
```
@@ -16,13 +14,13 @@ fakessh [optional-log-directory]
1614
OR
1715

1816
```
19-
docker run -it --rm -p 22:22 fffaraz/fakessh
17+
docker run -it --rm -p 22:22 ghcr.io/fffaraz/fakessh
2018
```
2119

2220
OR
2321

2422
```
25-
docker run -d --restart=always -p 22:22 --name fakessh fffaraz/fakessh
23+
docker run -d --restart=always -p 22:22 --name fakessh ghcr.io/fffaraz/fakessh
2624
docker logs -f fakessh
2725
```
2826

0 commit comments

Comments
 (0)