28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
$BITNAMI_APP_NAME cheatsheet:
|
|
|
|
ENVIRONMENT VARIABLES:
|
|
MARIADB_USER: User to be created on first boot (default: root).
|
|
MARIADB_PASSWORD: Password to be set for MARIADB_USER on first boot (default: none).
|
|
MARIADB_DATABASE: Database to be created on first boot, accessible by MARIADB_USER (default: none).
|
|
|
|
VOLUMES:
|
|
$BITNAMI_APP_VOL_PREFIX/data: Location of $BITNAMI_APP_NAME data files.
|
|
$BITNAMI_APP_VOL_PREFIX/conf: Location of my.cnf ($BITNAMI_APP_NAME config file).
|
|
$BITNAMI_APP_VOL_PREFIX/logs: Location of mysqld.log.
|
|
|
|
PORTS:
|
|
3306: $BITNAMI_APP_NAME default port.
|
|
|
|
MISC:
|
|
Options: You can add extra options during the docker run using the -- prefix.
|
|
Note: MARIADB_USER works in conjunction with MARIADB_DATABASE environment variable.
|
|
Tip: Back up the $BITNAMI_APP_VOL_PREFIX/data and $BITNAMI_APP_VOL_PREFIX/conf directories regularly.
|
|
|
|
COMMANDS:
|
|
print-help: Print this page.
|
|
check-updates: Check if a new version of the $BITNAMI_APP_NAME image is available.
|
|
|
|
Visit $GITHUB_PAGE for more information.
|
|
|
|
|