How to Install and Uninstall systemd-docker Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 19,2024

1. Install "systemd-docker" package

Please follow the steps below to install systemd-docker on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install systemd-docker

2. Uninstall "systemd-docker" package

Please follow the instructions below to uninstall systemd-docker on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove systemd-docker $ sudo apt autoclean && sudo apt autoremove

3. Information about the systemd-docker package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: systemd-docker
Priority: extra
Section: universe/devel
Installed-Size: 6775
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: amd64
Version: 0.2.1+dfsg-1
Depends: libc6 (>= 2.4)
Filename: pool/universe/s/systemd-docker/systemd-docker_0.2.1+dfsg-1_amd64.deb
Size: 1565956
MD5sum: 2162381405c65d492b9640cfa74c98f2
SHA1: e08477f7c1a17f350ac8cdbda0aaf22a51ac8db7
SHA256: 16618bfef16fad1aa864c484a863e27c9af1782ed02de38453b30599ee354824
Description-en: wrapper for "docker run" to handle systemd quirks
systemd-docker is a wrapper for "docker run" so that Docker containers
can be sanely run under systemd. The key thing that this wrapper does is
move the container process from the cgroups setup by Docker to the service
unit's cgroup.
.
Using this wrapper containers can be managed through systemctl or the
docker CLI and everything should just stay in sync. Additionally one can
leverage all the cgroup functionality of systemd and systemd-notify.
Description-md5: d2366d7f52e6b5a3fdc86fcad1fade5e
Built-Using: golang-defaults (= 2:1.6-1ubuntu3), golang-github-fsouza-go-dockerclient (= 0.0+git20150905-1)
Homepage: https://github.com/ibuildthecloud/systemd-docker
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu