-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Docker - Error #1003
Comments
I also have this issue. This is caused by wifi library, see this issue. My own fix is to create a Dockerfile and install
and edit docker-compose.yml to build using the Dockerfile:
|
For those using this from a headless server, add |
|
I just add the wireless-tools package inside the top level Dockerfile. It should work out-of-the-box now... Just wait on or two hours before testing (the Docker build process is long...). |
Hi,
I am trying to run glances with docker-compose. I am using your docker container.
Docker version: 1.12.6
docker-compose.yaml
I get this errors in the console:
I get the same error when running:
docker run -v /var/run/docker.sock:/var/run/docker.sock:ro --pid host -it docker.io/nicolargo/glances
Thanks for all your help!
The text was updated successfully, but these errors were encountered: