forked from NodeOS/NodeOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvagga.yaml
More file actions
37 lines (35 loc) · 744 Bytes
/
vagga.yaml
File metadata and controls
37 lines (35 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# NodeOS
#
# Copyright (c) 2013-2017 Jacob Groundwater, Jesús Leganés-Combarro 'piranna'
# and other contributors
#
# MIT License
containers:
bootfs:
auto-clean: true
hosts-file-path: null
resolv-conf-path: null
setup:
- !Tar
url: ./out/latest/barebones.tar.gz
- !Tar
url: ./out/latest/initramfs.tar.gz
- !Tar
url: ./out/latest/usersfs.tar.gz
path: /tmp
volumes:
/tmp: !Persistent usersfs
commands:
run: !Command
description: Start NodeOS
container: bootfs
# volumes:
# /tmp: !Persistent
# name: usersfs
environ:
# PWD: /
# root: ''
root: 'container'
# pid1mode: exec
run: [/init]
write-mode: transient-hard-link-copy