Add a script to build the Docker image
We need the user in the container and the user on the host to share the same user id, in order to allow sharing a directory without any access permissions problems. Adding a script to enable each user to built her/his own container and another to run an image from that container.
build.sh
0 → 100755
chuid.sh
0 → 100644
runme.sh
0 → 100755
Please register or sign in to comment