Simple docker file for SILC
Do this once:
docker build . -t silc
docker container create --name silc -it silc
Your keys and config will be stored in a docker volume attached to the container above. To reuse them, run:
docker start -i silc
Simple Docker file for SILC
Simple docker file for SILC
Do this once:
docker build . -t silc
docker container create --name silc -it silc
Your keys and config will be stored in a docker volume attached to the container above. To reuse them, run:
docker start -i silc
Simple Docker file for SILC
MIT License