-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Luxvao edited this page Oct 26, 2022
·
3 revisions
Welcome to the LXD-Build-System wiki!
Usage:
lbs -t <name> <lxdfile location>
Flags:
-t
- Set the name
-c
- If this flag is present, then the lbs will make a container. If not present, lbs will make an image with the alias of the name specified in -t
lxdfile:
RUN
- Used to run commands in the container
COPY
- Used to copy files from disk to container (usage: COPY <file_location> <destination>
)
CONFIGURE
- Coming soon
END
- You have to end every lxdfile with END
VOLUME
- Coming soon
DEVICE
- Coming soon