Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

--auth : Specify the authenticator to use to connect the host to Charity Engine (if omitted, system will prompt for authenticator)
--with-ipfs : Allow use of IPFS content on the host for task input files; this updates the ipfs config file to add a UNIX socket API interface so that files can be fetched
--no-gpu : Do not set up GPU packages or run the client with GPU support
--service-mode (default) : Keep container running, fetching and processing new tasks
--task-mode : Run a single task, if available, then stop the container

(To debug, see 2.2 To troubleshoot)

Once setup has been completed on a system, the CE client can be managed via Docker:

...

--auth : Specify the authenticator to use to connect the host to Charity Engine (if omitted, system will prompt for authenticator)
--with-ipfs : Allow use of IPFS content on the host for task input files; this updates the ipfs config file to add a UNIX socket API interface so that files can be fetched
--no-gpu : Do not set up GPU packages or run the client with GPU support
--service-mode (default) : Keep container running, fetching and processing new tasks
--task-mode : Run a single task, if available, then stop the container

(To debug, see 2.2 To troubleshoot)

The CE client configuration will remain in the ~/.ce directory, so any work that was in progress prior to the upgrade will be continued.

...