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

ERROR: for web Cannot start service web #83

Closed
yuezhiling2 opened this issue Sep 21, 2018 · 1 comment
Closed

ERROR: for web Cannot start service web #83

yuezhiling2 opened this issue Sep 21, 2018 · 1 comment

Comments

@yuezhiling2
Copy link

Here is my docker-compose.yml:

version: '0.27.0'
services:
web:
image: amancevice/superset
container_name: superset_0.27.0
restart: always
mem_limit: 4g
command: runserver
ports:
- "9088:8088"

when I run docker-compose up -d, it returns error:

ERROR: for superset_0.27.0 Cannot start service web: oci runtime error: container_linux.go:247: starting container process caused "exec: "runserver": executable file not found in $PATH"

@amancevice
Copy link
Owner

This is not a proper docker-compose configuration, I'd go read the docs on how to write a docker-compose.yml file first.

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

2 participants