I pulled the Docker image using docker pull gumtreediff/gumtree, and then executed the command docker run -v /my/original-folder:/diff/left -v /my/modified-folder:/diff/right -p 4567:4567 gumtreediff/gumtree webdiff left/ right/ as its mentioned in documentation. However, I encountered the error Unknown sub-command 'webdiff'. It seems that there are no available commands. Am I missing something : )?
Hi,
I pulled the Docker image using
docker pull gumtreediff/gumtree
, and then executed the commanddocker run -v /my/original-folder:/diff/left -v /my/modified-folder:/diff/right -p 4567:4567 gumtreediff/gumtree webdiff left/ right/
as its mentioned in documentation. However, I encountered the errorUnknown sub-command 'webdiff'
. It seems that there are no available commands. Am I missing something : )?