s.gerard
March 12th, 2015, 02:20 PM
I have a Snappy Ubuntu Core running in a Virtual Box v.4.3.24. For this I used the official OVA listed here (http://www.ubuntu.com/cloud/tools/snappy#snappy-ova).
It's up to date , installing docker and pulling images from the dockerhub works fine as well.
What I want to do is to run a simple hello-world java file in a docker container. However, already starting the java container via
docker run java fails.
To test whether the problem was the java container itself, I pulled another image, this time crccheck/hello-world which is supposed to be a small webserver. Running it also failed with the same error message, which is the following:
[3852.627527] aufs au_xino_create:745:docker[635]: open /dev/shm/aufs.xino(-13)
[3852.628840] aufs au_xino_create:745:docker[635]: open /dev/shm/aufs.xino(-13)
2015/03/12 14:01:56 Error response from daemon: permission denied
Any hints to what might cause the problem or how to resolve it would be greatly appreciated.
It's up to date , installing docker and pulling images from the dockerhub works fine as well.
What I want to do is to run a simple hello-world java file in a docker container. However, already starting the java container via
docker run java fails.
To test whether the problem was the java container itself, I pulled another image, this time crccheck/hello-world which is supposed to be a small webserver. Running it also failed with the same error message, which is the following:
[3852.627527] aufs au_xino_create:745:docker[635]: open /dev/shm/aufs.xino(-13)
[3852.628840] aufs au_xino_create:745:docker[635]: open /dev/shm/aufs.xino(-13)
2015/03/12 14:01:56 Error response from daemon: permission denied
Any hints to what might cause the problem or how to resolve it would be greatly appreciated.