Github repository sshgut
Add configuration file to the container.
$ docker run -it \
-v ${PWD}/config.yaml:/app/config.yaml \
-v ./ssh-key:/app/ssh-key \
-p 127.0.0.1:8080:8080 f100024/sshgut:latest
docker-compose.yaml
---
version: '2'
services:
sshgut:
image: f100024/sshgut:latest
ports:
- 127.0.0.1:8080:8080
volumes:
- ./config.yaml:/app/config.yaml
- ./ssh-key:/app/ssh-key
Content type
Image
Digest
sha256:5227c0806…
Size
5.5 MB
Last updated
29 days ago
docker pull f100024/sshgut