Docker
2018
Docker Container Errors on Linux 4 15
·73 words·1 min
System-Administration
Containers
Linux
Docker
On newer kernels, some Docker containers may not start correctly, often giving nonsensical errors. Notably CentOS6 images on Linux 4.15+.
Use Docker without sudo
·100 words·1 min
System-Administration
Containers
Linux
Docker
It can become tiresome to precede every docker command with
sudo
. Adding oneself to the docker group can avoid that.