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
Use ``docker stop`` to unmount the ``/cvmfs`` tree.
81
+
.. code-block:: console
83
82
84
-
.. note::
85
-
If you run multiple nodes (a cluster), use ``-e CVMFS_HTTP_PROXY`` to set a proper site proxy as described further down.
83
+
docker run -d --rm \
84
+
-e CVMFS_CLIENT_PROFILE=single \
85
+
-e CVMFS_REPOSITORIES=sft.cern.ch,... \
86
+
--cap-add SYS_ADMIN \
87
+
--device /dev/fuse \
88
+
--volume /cvmfs:/cvmfs:shared \
89
+
cvmfs/service:2.8.0-1
86
90
87
-
Mac OS X
88
-
~~~~~~~~
91
+
Use ``docker stop`` to unmount the ``/cvmfs`` tree.
89
92
90
-
On Mac OS X, CernVM-FS is based on `macFUSE <http://osxfuse.github.io>`_.
91
-
Note that as of macOS 11 Big Sur, `kernel extensions need to be enabled <https://support.apple.com/guide/mac-help/change-startup-disk-security-settings-a-mac-mchl768f7291/mac>`_
92
-
to install macFUSE.
93
-
Verify that fuse is available with
93
+
.. note::
94
+
If you run multiple nodes (a cluster), use ``-e CVMFS_HTTP_PROXY`` to set a proper site proxy as described further down.
94
95
95
-
::
96
96
97
-
kextstat | grep -i fuse
97
+
.. tab-item:: Mac OS X
98
98
99
-
Download the CernVM-FS client package in the terminal in order to avoid signature warnings
99
+
On Mac OS X, CernVM-FS is based on `macFUSE <http://osxfuse.github.io>`_.
100
+
Note that as of macOS 11 Big Sur, `kernel extensions need to be enabled <https://support.apple.com/guide/mac-help/change-startup-disk-security-settings-a-mac-mchl768f7291/mac>`_
0 commit comments