Skip to content

cdsl-research/stns-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stns-container

Create and publish a Docker image

STNS Server

Warning

This container image will be deprecated because STNS official container image supported multiple layer builds. See also: #13

Usage

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

Deploy on Kubernetes

Develop

Build container

make build

Push container

make push