[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] mount points in docker universe
- Date: Thu, 25 Feb 2016 15:59:19 +0100
- From: Matthias Schnepf <udcqn@xxxxxxxxxxxxxxx>
- Subject: [HTCondor-users] mount points in docker universe
Hello,
I want to mount some directories in my docker container (running as
Docker universe). It works fine when the path on the host and inside the
container are the same.
Is there a method to change the mount point inside the container?
e.g.:on host: /mnt/storage/ inside docker: /storage/
Thanks
Matthias