init
This commit is contained in:
13
user_data.yml
Normal file
13
user_data.yml
Normal 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
|
||||
Reference in New Issue
Block a user