first attempt
This commit is contained in:
parent
9d3534f300
commit
beafb57340
9
docker/arch_install.sh
Normal file
9
docker/arch_install.sh
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
pacman --noconfirm -S docker docker-compose ducker
|
||||
mkdir -p /opt/docker
|
||||
mkdir -p /etc/docker
|
||||
curl -o /etc/docker/daemon.json https://git.xoservice.nl/marcel/linux_configuration/raw/master/docker/daemon.json
|
||||
systemctl enable docker
|
||||
echo "Docker installed, either reboot or start the daemon."
|
||||
exit 0
|
Loading…
x
Reference in New Issue
Block a user