Set docker image username at container creation time?
问题 I have an OpenSuse 42.3 docker image that I've configured to run a code. The image has a single user(other than root) called "myuser" that I create during the initial Image generation via the Dockerfile. I have three script files that generate a container from the image based on what operating system a user is on. Question : Can the username "myuser" in the container be set to the username of the user that executes the container generation script? My goal is to let a user pop into the