STNS Server
Warning
This container image will be deprecated because STNS official container image supported multiple layer builds. See also: #13
Create a single container by docker command
# edit stns server config
nano config.toml
# create a container
docker run -d -p 1104:1104 -v $PWD:/conf ghcr.io/cdsl-research/stns-container:<tag>
# access to stns server
curl localhost:1104
Build container
make build
Push container
make push