Files
{
"id": "myweb",
"tty": true,
"resource": {
"vcpu": 1,
"memory": "128"
},
"containers" : [{
"image": "nginx:latest",
"files": [{
"path": "/etc/",
"filename": "nginx.conf", # Reference here
"perm": "0755"
}]
}],
"files": [{ # Definition
"name": "nginx.conf",
"encoding": "raw",
"uri": "https://s3.amazonaws/bucket/file.conf",
"content": ""
}]
}Last updated