mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 11:47:39 +08:00
Adding help file
This commit is contained in:
@@ -8,10 +8,9 @@ ENV BITNAMI_APP_USER mysql
|
||||
ENV BITNAMI_APP_VERSION 5.5.42-0
|
||||
ENV BITNAMI_APP_VOL_PREFIX=/bitnami/$BITNAMI_APP_NAME
|
||||
|
||||
# Specific Utility functions
|
||||
COPY help.txt $BITNAMI_PREFIX/help.txt
|
||||
COPY installer.run.sha256 /tmp/installer.run.sha256
|
||||
COPY bitnami-utils-custom.sh /bitnami-utils-custom.sh
|
||||
# General Utility functions
|
||||
ADD https://www.dropbox.com/s/9rffufx3drjisl1/install.sh?dl=1 /tmp/install.sh
|
||||
|
||||
COPY post-install.sh /tmp/post-install.sh
|
||||
|
||||
26
bitnami/mariadb/help.txt
Normal file
26
bitnami/mariadb/help.txt
Normal file
@@ -0,0 +1,26 @@
|
||||
$BITNAMI_APP_NAME cheatsheet:
|
||||
|
||||
ENVIRONMENT VARIABLES:
|
||||
MARIADB_USER: User to be created on initialization (default: root)
|
||||
MARIADB_PASSWORD: Password associated to the MARIADB_USER (default: none)
|
||||
MARIADB_DATABASE: Create a database and grant access to MARIADB_USER (default: none)
|
||||
|
||||
VOLUMES:
|
||||
$BITNAMI_APP_VOL_PREFIX/data: $BITNAMI_APP_NAME data files. For backups use this volume
|
||||
$BITNAMI_APP_VOL_PREFIX/conf: my.conf lives here
|
||||
$BITNAMI_APP_VOL_PREFIX/logs:
|
||||
|
||||
PORTS:
|
||||
3306: $BITNAMI_APP_NAME default port
|
||||
|
||||
MISC:
|
||||
note: Please note that the user creation happens only the first time you run the container
|
||||
note#2: MARIADB_USER works in conjunction with MARIADB_DATABASE environment variable
|
||||
|
||||
COMMANDS:
|
||||
bitnami-help: This page
|
||||
check_updates: Check if a new version of the $BITNAMI_APP_NAME image is available
|
||||
|
||||
Visit $GITHUB_PAGE for more information
|
||||
|
||||
|
||||
19
bitnami/mariadb/help.yaml
Normal file
19
bitnami/mariadb/help.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
environment_variables:
|
||||
MARIADB_USER: "User to be created on initialization (default: root)"
|
||||
MARIADB_PASSWORD: "Password associated to the MARIADB_USER (default: none)"
|
||||
MARIADB_DATABASE: "Create a database and grant access to MARIADB_USER (default: none)"
|
||||
volumes:
|
||||
$BITNAMI_APP_VOL_PREFIX/data: $BITNAMI_APP_NAME data files. For backups use this volume
|
||||
$BITNAMI_APP_VOL_PREFIX/conf: my.conf lives here
|
||||
$BITNAMI_APP_VOL_PREFIX/logs:
|
||||
ports:
|
||||
3306: $BITNAMI_APP_NAME default port
|
||||
misc:
|
||||
note: Please note that the user creation happens only the first time you run the container
|
||||
note#2: MARIADB_USER works in conjunction with MARIADB_DATABASE environment variable
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user