pantabox-edit -- edit a pantavisor container configuration¶
SYNOPSIS¶
pantabox-edit
DESCRIPTION¶
Edit a Pantavisor container configuration. Every Pantavisor container has the following configuration files for configuration:
pvr-sdk/
├── lxc.container.conf
├── root.squashfs
├── root.squashfs.docker-digest
├── run.json
└── src.json
src.jsonthis file defines the source container for Pantavisor. You can configure volumes and LXC containers if you needed.run.jsondefines how Pantavisor runs the container. This is generated from thesrc.jsonwhen you install an app from a Docker container.root.squashfsis the result of converting the Docker layers to be used by Pantavisor.root.squashfs.docker-digestthis is the digest of the Docker container. It consists of the full Docker URL and SHA digest.lxc.container.confsaves the autogenerated configuration for the LXC container. If your Pantavisor configuration was generated directly from a docker application, don't modify thelxc.container.confdirectly, use thesrc.jsonto add LXC configurations instead.
COPYRIGHT¶
pantabox is Copyright (c) 2021 by Pantacor Ltd.