Update 01-arch_install.sh
This commit is contained in:
parent
96e55aa0cb
commit
582e7d7f4b
|
|
@ -6,17 +6,9 @@ sudo pacman -Syu --noconfirm
|
|||
sudo pacman -S --needed --noconfirm \
|
||||
ca-certificates \
|
||||
curl \
|
||||
wget \
|
||||
docker \
|
||||
docker-buildx \
|
||||
docker-compose \
|
||||
kubelet \
|
||||
kubeadm \
|
||||
kubectl \
|
||||
conntrack-tools \
|
||||
socat \
|
||||
ebtables \
|
||||
ethtool
|
||||
docker-compose
|
||||
|
||||
# Enable and start Docker daemon
|
||||
sudo systemctl enable --now docker.service
|
||||
|
|
|
|||
Loading…
Reference in New Issue