Zadanie 4
This commit is contained in:
parent
983d9ea3e5
commit
3b487504a3
11
cloud-init.yml
Normal file
11
cloud-init.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user