Files
hubicfuse/docker-entrypoint.sh
T
Scott DuttonandPascal Obry 9f63998f2b Add docker
3 files are as follows

Dockerfile - the building of the image
docker-entrypoint.sh the command to run inside the container
docker_mount.sh   run the image

To mount you should just need the docker_mount.sh to run, this will
build and mount

You still need the ~/.hubicfuse file for creditinals
2018-11-12 23:08:19 +01:00

5 lines
128 B
Bash
Executable File

#!/bin/bash
/hubicfuse/hubicfuse /mnt/hubic -o noauto_cache,sync_read,allow_other;
echo "mounted, starting bash"
exec /bin/bash