proc

  1. grin

    [SOLVED] restarting lxcfs kicks running containers in the balls

    How to restart lxcfs, or, rather, how to resurrect /proc on running containers? If lxcfs gets restarted by some or other reason all the CT's get choked: # ps awuxf Error: /proc must be mounted To mount /proc at boot you need an /etc/fstab line like: proc /proc proc defaults In...
  2. J

    Ran docker with namespace mapping in LXC encountered permission error

    Hi, Everyone I'm able to run docker container already, but recently, to avoid the security issue(http: docs.docker.com/engine/security/security/), I created a mapping user "dockremap" and add "--userns-remap=default" to the docker daemon, but now I'm experiencing permission issue, the error...