Versions Compared

Key

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

...

Set up your app – You can use the Remote CLI to run any docker image on Docker Hub. Craft a command line to run on a public image, or create your own custom image to run what you need.


Textstyles
Size24px20px

Step 3

Launch the Remote CLI – Once you have your app ready and an authorization key from Charity Engine, you can try a demonstration to see how it works:

Code Block
languagetextbash
$ ce-cli --app “docker:node” --commandline “echo \”2+2\” > /local/output/out.txt” --auth [KEY] local-file.txt

...