You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run -it --mount src=$(pwd)/shared,target=/home/cicat/shared,type=bind cicat
Note: --mount connects a location on the host to a set location in the docker image, which allows you to share files between the host and the docker image.