cartesi / machine-emulator

The off-chain implementation of the Cartesi Machine
GNU Lesser General Public License v3.0
58 stars 32 forks source link

Support `--workdir`, `--env`, `--hostname` command lines just like docker run #216

Closed edubart closed 3 months ago

edubart commented 3 months ago

Context

The cartesi machine cli is gradually adding new Docker like command line options such as --volume and --network, a few handy and very easy ones to implement are --workdir, --env and --hostname, they all can become handy when using the cli in the terminal.

Subtasks