How to specify uid _and_ username on `docker run` command

后端 未结 0 1064
猫巷女王i
猫巷女王i 2021-01-24 07:53

To start a docker container with the current user I can call docker run with the --user parameter like

docker run --user $(id -u):$(id -         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题