logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ch-ssh - Run a remote command in a Charliecloud container

Description

       Runs command CMD in a Charliecloud container on remote host HOST. Use the content of environment variable
       CH_RUN_ARGS as the arguments to ch-run on the remote host.

       NOTE:
          Words in CH_RUN_ARGS are delimited by spaces only; it is not shell syntax.

Example

       On  host  bar.example.com,  run the command echohello inside a Charliecloud container using the unpacked
       image at /data/foo with starting directory /baz:

          $ hostname
          foo
          $ export CH_RUN_ARGS='--cd /baz /data/foo'
          $ ch-ssh bar.example.com -- hostname
          bar

Name

       ch-ssh - Run a remote command in a Charliecloud container

Reporting Bugs

       If Charliecloud was obtained  from  your  Linux  distribution,  use  your  distribution’s  bug  reporting
       procedures.

       Otherwise, report bugs to: https://github.com/hpc/charliecloud/issues

See Also

charliecloud(7)

       Full documentation at: <https://hpc.github.io/charliecloud>

Synopsis

          $ CH_RUN_ARGS="NEWROOT [ARG...]"
          $ ch-ssh [OPTION...] HOST CMD [ARG...]

See Also