I'm trying to use nvm-iojs-latest in SANE, but getting the error message: ``` Cannot start container ee8a1d088eedcb4207730cfe35bca16557ef204c7d561766251bf53129b8d86c: exec: "sails": executable file not found in $PATH ``` This is the docker-compose.yml: ``` server: image: artificial/docker-sails:iojs-nvm-stable command: sails lift volumes: - server/:/server ports: - "1337:1337" ```
I'm trying to use nvm-iojs-latest in SANE, but getting the error message:
This is the docker-compose.yml: