Приветствую всех, хочу поднять Devilbox/Docker-LAMP на Ubuntu 14.04
ОФФ Сайт http://devilbox.org/
Установка проста:
# Get the Devilbox
$ git clone https://github.com/cytopia/devilbox
# Create docker-compose environment file
$ cd devilbox
$ cp env-example .env
# Edit your configuration
$ vim .env
# Start all container
$ docker-compose up
При запуске
$ docker-compose up
Google не помог.
# docker-compose up
Creating devilbox_bind_1 ... error
ERROR: for devilbox_bind_1 Cannot start service bind: OCI runtime create failed: container_linux.go :348: starting container process caused "process_linux.go:301: running exec setns process for init c aused \"exit status 23\"": unknown
ERROR: for bind Cannot start service bind: OCI runtime create failed: container_linux.go:348: start ing container process caused "process_linux.go:301: running exec setns process for init caused \"exi t status 23\"": unknown
ERROR: Encountered errors while bringing up the project.
может кто сталкивался, за ранее спасибо.