LoginSignup
1
0

More than 3 years have passed since last update.

k3dでk3d create実行時に複数ポートを同時にマッピングさせる

Posted at

--publish="8080:8080"の要領で足していく感じ

k3d create --name="k3s-default" --workers="2" --publish="80:80" --publish="443:443" --publish="8080:8080" --server-arg --no-deploy --server-arg traefik

参考

1
0
0

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
1
0