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

Problem starting ui_server #3

Open
kerbe opened this issue Jan 19, 2022 · 0 comments
Open

Problem starting ui_server #3

kerbe opened this issue Jan 19, 2022 · 0 comments

Comments

@kerbe
Copy link

kerbe commented Jan 19, 2022

Trying with latest fixes and updated Docker environment, I encounter new problems when running docker-compose up:

$ docker-compose up
Creating network "changd_default" with the default driver
Creating changd_db_1 ... done
Creating changd_api_1 ... done
Creating changd_ui_server_1 ... error

ERROR: for changd_ui_server_1  Cannot start service ui_server: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: rootfs_linux.go:76: mounting "/home/kerbe/git/docker/changd/frontend/nginx/default.conf" to rootfs at "/etc/nginx/conf.d/default.conf" caused: mount through procfd: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type

ERROR: for ui_server  Cannot start service ui_server: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: rootfs_linux.go:76: mounting "/home/kerbe/git/docker/changd/frontend/nginx/default.conf" to rootfs at "/etc/nginx/conf.d/default.conf" caused: mount through procfd: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type
ERROR: Encountered errors while bringing up the project.

Current environment is Windows 10, WSL2 (Pengwin).
$ docker --version
Docker version 20.10.7, build f0df350
$ docker-compose --version
docker-compose version 1.29.2, build 5becea4c

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

No branches or pull requests

1 participant