Example output
install.sh
) and the docker-compose.yml
file, which defines how Package Security Manager services are run./opt/anaconda/repo
is the file path for the installation folder. You can either create the folder manually by assigning write access to the current user, or use the -b
(--base-install-dir
) parameter to specify the folder for your installation.docker-compose.yml
and .env
files.STATUS
of Up
(not stuck in a restart loop) in the output:
Additional containers
Arguments (shorthand) | Arguments (longhand) | Description |
---|---|---|
-r | --registry | Docker registry, url:port (default uses the system Docker daemon) |
-h | --pg-host | Postgresql host (default is on internal Postgres instance) |
-p | --pg-port | Postgresql port number |
-u | --pg-user | Postgresql username |
-pw | --pg-password | Postgresql password (will set the internal Postgres instance password) |
-e | --redis | Redis URL (default is an internal Redis instance) |
-d | --domain | External domain (or IP address) of host system |
-c | --tls-cert | Path to TLS certification file for optionally configuring HTTPS (includes the host certificate and all intermediate certificates, but not the Root CA) |
-k | --tls-key | Path to TLS key file for optionally configuring HTTPS |
--default-user | Default user name | |
--custom-ca-cert | Path to custom CA certification, which should be respected | |
--custom-cve-source | For air-gapped environments provide a custom source for CVE data | |
--upgrade-from | Previous install folder | |
-l | --no-image-load | Don’t load Docker images |
-y | --no-prompt | Answer yes to all prompts |
-- help | Print help text |