Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 406 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 406 Bytes

config

build

build & push

cd image/
docker image build --progress=plain -t ghcr.io/honahuku/softether:"4.38.9760.v5" -f Dockerfile --build-arg SERVER_PASS=xxx .
# ghcr.ioにログインしていることを確認する
docker push ghcr.io/honahuku/softether:"4.38.9760.v5"

run

docker run -it -p 443:443 ghcr.io/honahuku/softether:"4.38.9760.v5"
docker stop $(docker ps -q)