Docker privileged flag to allow filesystem mount
Building using docker failed because fuse was unable to mount file system.
fuse: failed to open /dev/fuse: Permission denied
Added --privileged flag to docker run commands in README.md and docker.sh to enable filesystem mounting. Made an updated gif to reflect new docker run command.