Auto saved by Logseq

This commit is contained in:
Matthias Eckert 2023-12-17 09:57:58 +01:00
parent bfea1a3ef6
commit 0b3eba9825

View File

@ -4,6 +4,6 @@
- Dhcp Settings: /etc/dhcp/dhclient.conf
- Install Docker
- #+BEGIN_QUOTE
$ curl -fsSL https://get.docker.com -o get-docker.sh
$ sudo sh ./get-docker.sh --dry-run
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh ./get-docker.sh --dry-run
#+END_QUOTE