0
0

More than 3 years have passed since last update.

docker自分用

Posted at

ビルド

docker build -t stb-xxx .

起動

docker run -it --rm -p 指定のポート:5000 --name stb-xxx stb-xxx:latest
0
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0