I run a local docker on Windows 10. In order to be sure not to run a tainted version of the docker image I took radical measures:
docker rm -v $(docker ps -a -q -f status=exited)
docker rmi jogetworkflow/joget-community
docker run -it -p 8080:8080 --name joget jogetworkflow/joget-community
Unable to find image 'jogetworkflow/joget-community:latest' locally
latest: Pulling from jogetworkflow/joget-community
f8efbffe7b95: Pull complete
a3ed95caeb02: Pull complete
faf48f8d169a: Pull complete
99acf0b9012b: Pull complete
72f100199ed3: Pull complete
7fc5edfc1426: Pull complete
f2a484918298: Pull complete
f69a603d790f: Pull complete
8f1662a70fd8: Pull complete
e1970e9ba54c: Pull complete
2a26d403db11: Pull complete
f0c2ce2d36b4: Pull complete
c393a94bfd4d: Pull complete
cda02330284b: Pull complete
Digest: sha256:f070d2c73b3b7d936c97cb218262e8907107007b5056cd8dee8cf4df85f6e1cc
Status: Downloaded newer image for jogetworkflow/joget-community:latest
[FAIL] Starting MySQL database server: mysqld . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . failed!
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-7-openjdk-amd64/lib/tools.jar
Buildfile: build.xml
setup-db:
[input] skipping input as property db.host has already been set.
[input] skipping input as property db.port has already been set.
[input] skipping input as property db.name has already been set.
[input] skipping input as property db.user has already been set.
[input] skipping input as property db.password has already been set.
[input] skipping input as property profile.name has already been set.
create-db:
[echo] Creating database, please wait...
[exec] ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
[exec] Result: 1
[exec] ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
[exec] Result: 1
create-profile:
[copy] Copying 1 file to /opt/joget/wflow
[propertyfile] Creating new property file: /opt/joget/wflow/app_datasource.properties
...