Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add command to verify that ce-client is running

...

Code Block
languagebash
$ docker [start|stop] ce-client 

To verify that the client is running

Code Block
languagebash
$ docker exec -it ce-client ce-ctl --get_host_info


Info

Running the docker start ce-client command will cause the client to either run a single compute job ("task_mode"), or continually check for and run compute jobs ("service mode" \[default\]) that have been submitted to the Charity Engine network, until manually stopped.

...