This commit is contained in:
decentral1se
2022-03-17 12:29:59 +01:00
commit 8bf2179f53
5 changed files with 110 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#cloud-config
package_update: true
package_upgrade: true
packages:
- htop
- ctop
- ncdu
write_files:
- path: /etc/docker/daemon.json
content: |
{ "log-driver": "journald" }
runcmd:
- curl -fsSL https://get.docker.com | bash