`fenicsproject run <image> <command>` issues

Issue #33 resolved
Jack Hale created an issue

Currently:

docker run -ti quay.io/fenicsproject/stable "ls -l"

works, but:

fenicsproject run stable "ls -l"

does not.

Furthermore, one cannot use the default container to run a one-shot command, e.g.:

fenicsproject run python

This requires some logic to detect the meaning of the second and third arguments to the script.

Comments (2)

  1. Log in to comment