Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

ankitmehtame/switch-automation

Repository files navigation

Docker Image CI Docker Image Version (tag latest semver)

Switch Automation

Exposes api for switches over REST

To build docker image

From the root directory

docker build -t switch-automation:latest -t switch-automation:0.n .

To run interactively

From the root directory

docker run -it --rm -p 5001:443 -p 5000:80  --name switch-automation switch-automation

To save image locally

From the root directory

docker save -o <local path>\switch-automation_0.n.tar switch-automation:latest switch-automation:0.n

To load image

docker load --input <path>\switch-automation_0.n.tar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published