asm / silc_docker

Simple Docker file for SILC

Repository from Github https://github.comasm/silc_dockerRepository from Github https://github.comasm/silc_docker

SILC Docker

Simple docker file for SILC

Build and create

Do this once:

docker build . -t silc
docker container create --name silc -it silc

Run

Your keys and config will be stored in a docker volume attached to the container above. To reuse them, run:

docker start -i silc

About

Simple Docker file for SILC

License:MIT License


Languages

Language:Dockerfile 100.0%