A docker image with V-REP simulator.
Docker on your host.
You could launch the container with docker run -it --name vrep gvgramazio/vrep
.
Lanching V-REP without screen would fail even if in headless mode.
To avoid this, launch V-REP through xvfb-run
.