Versions Compared

Key

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

...

This command will create a job on the Charity Engine network that launches a docker container from the public image called node at DockerHub. The job will then run echo ”22+2” 2 > /local/output/out.txt inside of that container and the result will be written to your local machine in local-file.txt. Try adding the --debug flag to see more information.

...