https://github.com/docker/docker/issues/847 << having same issue
-
- Offline
- 2 years 1 month ago
- 2016-02-20
put entries in on boot line similar to grub lines shown here same result.
/boot/extlinux.conf at the end of append line like so
APPEND root=/dev/....lv_root modules=sd-mod,.....,ext4 quiet cgroup_enable=memory swapaccount=1
and ran
sudo update-extlinux
then ran
docker run -it --net host --cpuset 0 --memory 2512mb -v /tmp/.X11-un
ix:/tmp/.X11-unix -e DISPLAY=unix$DISPLAY -v $HOME/Downloads:/root/Downloads -v
$HOME/.config/google-chrome/:/data -v /dev/snd:/dev/snd --privileged --name chro
me -m 934217728 jess/chrome
using
4.1.17-0-grsec
hard drive install
on XFCE
and still got
Warning: '--cpuset' is deprecated, it will be replaced by '--cpuset-cpus' soon. See usage.
Unable to find image 'jess/chrome:latest' locally
latest: Pulling from jess/chrome
dbacfa057b30: Pull complete
7a01cc5f27b1: Pull complete
b0e5985b0ad6: Pull complete
88285728082b: Pull complete
a8d0dae13174: Pull complete
388f0824d637: Pull complete
9f2a324ddac8: Pull complete
7209ccc39c8c: Pull complete
28e37c4020c0: Pull complete
Digest: sha256:7538bf7fbbefa9b2680610a3eaa7dc5612637fa237d00dda663013f60ec53fcb
Status: Downloaded newer image for jess/chrome:latest
WARNING: Your kernel does not support swap limit capabilities, memory limited without swap.
any ideas?
thanks