docker-swarm on AUR (Arch User Repository)

Last updated: June 29,2024

1. Install "docker-swarm" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install docker-swarm on Arch using YAY

$ yay -S docker-swarm

* (Optional) Uninstall docker-swarm on Arch using YAY

$ yay -Rns docker-swarm

2. Manually Install "docker-swarm" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone docker-swarm's git locally

$ git clone https://aur.archlinux.org/docker-swarm.git ~/docker-swarm

c. Go to ~/docker-swarm folder and install it

$ cd ~/docker-swarm $ makepkg -si

3. Information about the docker-swarm package on Arch User Repository (AUR)

ID: 574810
Name: docker-swarm
PackageBaseID: 90356
PackageBase: docker-swarm
Version: 1.2.9-1
Description: A Docker-native clustering system
URL: https://github.com/docker/swarm/
NumVotes: 8
Popularity: 0
OutOfDate:
Maintainer: funilrys
Submitter: irtimmer
FirstSubmitted: 1423611378
LastModified: 1546978072
URLPath: /cgit/aur.git/snapshot/docker-swarm.tar.gz