Skip to content

Files

Latest commit

 

History

History
35 lines (25 loc) · 898 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 898 Bytes

Usage

ipfs-exec.sh [options] IPFS_PATH COMMAND…

Options:

  • --help print the help and exit
  • --output PATH set the output directory
  • --version print the version number and exit

Description

Pull content from IPFS, enter the resulting directory, and run COMMAND….

The possibilities are endless, but one useful task is pulling an Open Container Initiative container from IPFS and launching it with runC.

$ ipfs-exec.sh --output ipfs-gateway QmTWEdJXBLEFytYv8cSEiC7z2NLPkPxNVNvcAPJYxJKEAQ make

Dependencies