Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
docker [2018/01/30 13:44] – rpjday | docker [2019/10/07 10:28] (current) – [Overview] rpjday | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Fedora installation | + | ===== Overview |
- | Links: | + | Collection of Docker-related topics, including Fedora-related. |
- | * [[https:// | + | Internal pages: |
- | * [[https:// | + | |
- | Get rid of old packages: | + | * [[Dockerfiles]] |
- | < | + | ===== The bigger picture ===== |
- | $ sudo dnf remove docker \ | + | |
- | docker-common \ | + | |
- | docker-selinux \ | + | |
- | docker-engine-selinux \ | + | |
- | docker-engine | + | |
- | </ | + | |
- | Install Docker repo for Fedora 25/26/27: | + | * podman |
+ | * containerd | ||
+ | * buildah | ||
+ | * cri-o | ||
- | < | ||
- | $ sudo dnf -y install dnf-plugins-core | ||
- | $ sudo dnf config-manager \ | ||
- | --add-repo \ | ||
- | https:// | ||
- | </ | ||
- | Optionally, live life dangerously by enabling '' | + | ===== TO DO ===== |
- | < | + | * Properties of Docker CE |
- | $ sudo dnf config-manager --set-enabled docker-ce-edge | + | * '' |
- | $ sudo dnf config-manager --set-enabled docker-ce-test | + | * Compose |
- | </ | + | * Swarm |
+ | * libcgroup | ||
+ | * containerd.io | ||
+ | * nginx | ||
+ | * orchestration (Swarm versus Kubernetes) | ||
+ | * export DOCKER_HIDE_LEGACY_COMMANDS=true | ||
- | Finally, install, start and test '' | + | ===== Internal wiki links ===== |
- | < | + | * Containers versus images (technology) |
- | $ sudo dnf install docker-ce | + | * [[Docker installation on Fedora]] |
- | $ sudo systemctl start docker | + | * [[Docker initial containers]] |
- | $ sudo docker run hello-world | + | |
- | </ | + |