Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot create container for service workspace: max depth exceeded #2910

Closed
bestlong opened this issue Mar 22, 2021 · 2 comments
Closed

Cannot create container for service workspace: max depth exceeded #2910

bestlong opened this issue Mar 22, 2021 · 2 comments
Assignees

Comments

@bestlong
Copy link
Member

 => [114/117] RUN if [ false = true ]; then     sed -i 's/\r//' /root/ali  0.4s
 => [115/117] RUN if [ false = true ]; then     echo "" >> ~/.zshrc &&     0.5s
 => [116/117] RUN apt-get clean &&     rm -rf /var/lib/apt/lists/* /tmp/*  0.5s
 => [117/117] WORKDIR /var/www                                             0.1s
 => exporting to image                                                    10.4s
 => => exporting layers                                                   10.3s
 => => writing image sha256:50b5665c23c05ffbf2f7e4ce987b84c18c182e5d11183  0.0s
 => => naming to docker.io/library/laradock_workspace                      0.0s
Successfully built 50b5665c23c05ffbf2f7e4ce987b84c18c182e5d111831df45e546a6b796024d
allen@MISW7-1 /d/workspace-cendai/laradock (master)
λ docker-compose up -d workspace
Creating network "laradock_frontend" with driver "bridge"
Creating network "laradock_backend" with driver "bridge"
Creating network "laradock_default" with the default driver
Creating laradock_docker-in-docker_1 ... done
Creating laradock_workspace_1        ... error

ERROR: for laradock_workspace_1  Cannot create container for service workspace: max depth exceeded

ERROR: for workspace  Cannot create container for service workspace: max depth exceeded
ERROR: Encountered errors while bringing up the project.
allen@MISW7-1 /d/workspace-cendai/laradock (master)

2021-03-22 Cmder

@bestlong bestlong self-assigned this Mar 22, 2021
@khariv2907
Copy link

I had the same issue and the issue was that I had dash in the COMPOSE_PROJECT_NAME variable

@garbinmarcelo
Copy link
Contributor

after the last merge i'm trying to build but is returning the following:

image

O.S.: Win 10
$ docker-compose up -d --build apache2 php-worker mariadb redis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants