Skip to content

Instantly share code, notes, and snippets.

@pdjota
Last active November 16, 2019 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pdjota/d0ea1cf622e32e76ea7628377edc4e71 to your computer and use it in GitHub Desktop.
Save pdjota/d0ea1cf622e32e76ea7628377edc4e71 to your computer and use it in GitHub Desktop.
docker filling syslog
https://duckduckgo.com/?q=docker.dockerd+remove+ubuntu&atb=v128-1_b&ia=web&iax=qa
-rw-r----- 1 syslog adm 3535102883 Nov 16 13:13 syslog
drwxr-x--- 2 root adm 4096 Nov 16 12:52 unattended-upgrades/
-rw-rw-r-- 1 root utmp 3072 Nov 16 13:06 wtmp
pablo@galagopro:/var/log$ sudo pkill docker
pablo@galagopro:/var/log$ dpkg -l | grep -i docker
rc docker 1.5-1build1 amd64 System tray for KDE3/GNOME2 docklet applications
ii docker-compose 1.17.1-2 all Punctual, lightweight development environments using Docker
ii docker.io 18.09.7-0ubuntu1~18.04.4 amd64 Linux container runtime
ii golang-docker-credential-helpers 0.5.0-2 amd64 Use native stores to safeguard Docker credentials
ii python-docker 2.5.1-1 all Python wrapper to access docker.io's control socket
ii python-dockerpty 0.4.1-1 all Pseudo-tty handler for docker Python client (Python 2.x)
ii python-dockerpycreds 0.2.1-1 all Python bindings for the docker credentials store API
pablo@galagopro:/var/log$ sudo apt-get purge -y docker-engine docker docker.io docker-ce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment