/ssh-uptime

Primary LanguagePython

ssh-uptime

Install Deps

pip3 install -U -r requirements.txt

Use Docker

Build

docker build -t ssh-uptime:latest -f ./docker/Dockerfile .

Start Container

docker run \
    -d \
    --restart=always \
    --name=ssh-uptime \
    -v ${PWD}/config.yaml:/root/config.yaml \
    ssh-uptime:latest