# ch-run # Utility to run a command in a Charliecloud container. # More information: . # Run the given `echo` command inside a Charliecloud container, using the # unpacked image at '/data/foo'. ch-run /data/foo -- echo hello