Hi, I'm trying to deploy a simple docker-based application, following these instructions: http://slider.incubator.apache.org/docs/slider_specs/application_pkg_docker.html
The "slider create" exits with the following error: ERROR main.ServiceLauncher - Application definition must be provided. Missing option application.def from set global I indeed didn't specify any application.def. How should this attribute be set for a docker-based application? Is there any up-to-date and working sample docker-based application? (Note: I also noticed that the application appears in "slider list" output and needs to be destroyed before recreating it, although I would expect the deployment to either entirely fail or succeed). -- Olivier
