working_dir
sets the working directory of the container that is created. It is the same as the --workdir
flag to docker run
.
working_dir
sets the working directory of the container that is created. It is the same as the --workdir
flag to docker run
.