Skip to content

Instantly share code, notes, and snippets.

@michael-k
Last active October 28, 2015 14:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michael-k/aebf75043c10d69ac1ff to your computer and use it in GitHub Desktop.
Save michael-k/aebf75043c10d69ac1ff to your computer and use it in GitHub Desktop.
workarounds

Error:

docker-compose up                                                                                                  :(
nummer5_celery_1 is up-to-date
Starting nummer5_data_1...
Cannot start container aad918df3938b44c4419799b309206e38e66d75e41daf99634444b3771c2fbdd: [8] System error: Unit docker-aad918df3938b44c4419799b309206e38e66d75e41daf99634444b3771c2fbdd.scope already exists.

Workaround:

systemctl stop docker-aad918df3938b44c4419799b309206e38e66d75e41daf99634444b3771c2fbdd.scope

Error:

Recreating …_web_1
b'Cannot start container f087aad1b15a0f267d75526dbaeaf84864d1724cc3adcbd91ffc7954795810a2: [8] System error: not a directory'

Workaround:

In docker-compose.yml's section volumes: Make sure that files include a path, e.g., ./app.

Error:

….scope/cpu.shares: no such file or directory

Workaround:

sudo docker -d --exec-opt native.cgroupdriver=cgroupfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment