mirror of
https://github.com/TurboGit/hubicfuse.git
synced 2026-08-02 02:42:00 +02:00
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
5 lines
128 B
Bash
Executable File
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
|