mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
Updated Docker container on Ubuntu 16.04 LTS (markdown)
parent
efb142b321
commit
a54e53a3eb
1 changed files with 6 additions and 10 deletions
|
@ -1,13 +1,9 @@
|
|||
# Installing docker
|
||||
|
||||
Let's start by installing docker from the Docker repository. Execute the following commands:
|
||||
|
||||
```bash
|
||||
sudo apt -y install linux-image-extra-virtual
|
||||
sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D
|
||||
echo "deb https://apt.dockerproject.org/repo ubuntu-xenial main" | sudo tee /etc/apt/sources.list.d/docker.list
|
||||
sudo apt update && sudo apt -y install docker-engine
|
||||
```
|
||||
# Installing Docker
|
||||
* [Get Started with Docker for Windows](https://docs.docker.com/docker-for-windows/)
|
||||
* [Get Docker for Ubuntu](https://docs.docker.com/engine/installation/linux/ubuntu/)
|
||||
* [Get Docker for Fedora](https://docs.docker.com/engine/installation/linux/fedora/)
|
||||
* [Install Docker on Arch Linux](https://docs.docker.com/engine/installation/linux/archlinux/)
|
||||
* [Docker on FreeBSD](https://wiki.freebsd.org/Docker)
|
||||
|
||||
# Create systemd service file
|
||||
|
Loading…
Reference in a new issue