docker-compose 1.25.x 및 docker 1.13.1이 설치된 RHEL 7.3 서버를 실행하고 있습니다.
모든 파일을 라는 디렉터리에 배치한 후 Volume
제품 편집기 명령의 지시에 따라 docker-compose를 실행했습니다.
[root@xxxxxxxxxx etc]# cd /Volume/ ; docker-compose up -d bpcapp
Starting volume_bpcapp_1 ... error
ERROR: for volume_bpcapp_1 Cannot start service bpcapp: oci runtime error: container_linux.go:247: starting container process caused "process_linux.go:258: applying cgroup configuration for process caused \"Cannot set property TasksAccounting, or unknown property.\""
ERROR: for bpcapp Cannot start service bpcapp: oci runtime error: container_linux.go:247: starting container process caused "process_linux.go:258: applying cgroup configuration for process caused \"Cannot set property TasksAccounting, or unknown property.\""
ERROR: Encountered errors while bringing up the project.
[root@xxxxxxxxxx Volume]#
답변1
마지막으로 docker-compose 버전 문제가 있었는데, 1.22로 다운그레이드하여 해결되었습니다.