mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-20 18:02:44 +01:00
Updated Docker container on Ubuntu 16.04 LTS (markdown)
parent
efb142b321
commit
a54e53a3eb
@ -1,13 +1,9 @@
|
|||||||
# Installing docker
|
# Installing Docker
|
||||||
|
* [Get Started with Docker for Windows](https://docs.docker.com/docker-for-windows/)
|
||||||
Let's start by installing docker from the Docker repository. Execute the following commands:
|
* [Get Docker for Ubuntu](https://docs.docker.com/engine/installation/linux/ubuntu/)
|
||||||
|
* [Get Docker for Fedora](https://docs.docker.com/engine/installation/linux/fedora/)
|
||||||
```bash
|
* [Install Docker on Arch Linux](https://docs.docker.com/engine/installation/linux/archlinux/)
|
||||||
sudo apt -y install linux-image-extra-virtual
|
* [Docker on FreeBSD](https://wiki.freebsd.org/Docker)
|
||||||
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
|
|
||||||
```
|
|
||||||
|
|
||||||
# Create systemd service file
|
# Create systemd service file
|
||||||
|
|
Loading…
Reference in New Issue
Block a user