Zadanie 4

This commit is contained in:
Andrzej Preibisz 2023-01-03 00:01:56 +01:00
parent 983d9ea3e5
commit 3b487504a3

11
cloud-init.yml Normal file
View File

@ -0,0 +1,11 @@
#cloud-config
write_files:
- content: |
curl -fsSL https://code-server.dev/install.sh > /root/code-server.sh
path: /root/code-server.sh
owner: root:root
permissions: '777'
runcmd:
- bash /root/code-server.sh
- code-server --bind-addr 0.0.0.0:8080