Files
start-os/appmgr
Lucy C c68342ee10 add system images to os build process (#620)
* update compat build and add to os build process

* copy to explicit file

* fix paths and loading input

* temp save docker images output

* add docker config file to suppress warning

* notes and first attempt of load image script

* pr fixes

* run as root, fix executable path

* wip fixes

* fix pool name and stop docker before umount

* start docker again

* reset docker fs

* remove mkdir

* load system images during embassy-init

* add utils to make build

* fix utils source

* create system-images dir as root

* cleanup

* make loading docker images datadir agnostic

* address PR feedback

* rework load images

* create shutdown channel on failed embassy-init run

* pr feedback

* fix import
2022-01-21 20:35:52 -07:00
..
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2021-05-05 10:01:31 -06:00
2022-01-21 20:35:52 -07:00
2021-01-25 09:55:02 -07:00

appmgr

Instructions

Clone the repo and enter the appmgr directory

git clone https://github.com/Start9Labs/embassy-os.git

cd embassy-os/appmgr

Install the portable version of appmgr

cargo install --path=. --features=portable --no-default-features

Exit Codes

  1. General Error
  2. File System IO Error
  3. Docker Error
  4. Config Spec violation
  5. Config Rules violation
  6. Requested value does not exist
  7. Invalid Backup Password