mirror of
https://github.com/bitnami/containers.git
synced 2026-04-06 09:17:43 +08:00
Adding help manifest
This commit is contained in:
@@ -9,6 +9,7 @@ ENV BITNAMI_APP_VERSION 3.0.2-0
|
||||
ENV BITNAMI_APP_DIR=$BITNAMI_PREFIX/$BITNAMI_APP_NAME
|
||||
ENV BITNAMI_APP_VOL_PREFIX=/bitnami/$BITNAMI_APP_NAME
|
||||
|
||||
COPY help.txt $BITNAMI_PREFIX/help.txt
|
||||
COPY installer.run.sha256 /tmp/installer.run.sha256
|
||||
ADD https://www.dropbox.com/s/9rffufx3drjisl1/install.sh?dl=1 /tmp/install.sh
|
||||
COPY post-install.sh /tmp/post-install.sh
|
||||
|
||||
23
bitnami/redis/help.txt
Normal file
23
bitnami/redis/help.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
$BITNAMI_APP_NAME cheatsheet:
|
||||
|
||||
ENVIRONMENT VARIABLES:
|
||||
REDIS_PASSWORD: Password for your redis server.
|
||||
|
||||
VOLUMES:
|
||||
$BITNAMI_APP_VOL_PREFIX/data: Your redis database backup will be placed here.
|
||||
$BITNAMI_APP_VOL_PREFIX/conf: Home of redis.conf
|
||||
$BITNAMI_APP_VOL_PREFIX/logs: Redis logs are placed here
|
||||
|
||||
PORTS:
|
||||
6369: Default redis port
|
||||
|
||||
MISC:
|
||||
options: You can add extra options during the docker run using the -- prefix
|
||||
|
||||
COMMANDS:
|
||||
help: This page
|
||||
check_updates: Check if a new version of the $BITNAMI_APP_NAME image is available.
|
||||
|
||||
Visit $GITHUB_PAGE for more information.
|
||||
|
||||
|
||||
16
bitnami/redis/help.yaml
Normal file
16
bitnami/redis/help.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
environment_variables:
|
||||
REDIS_PASSWORD: Password for your redis server.
|
||||
volumes:
|
||||
$BITNAMI_APP_VOL_PREFIX/data: Your redis database backup will be placed here.
|
||||
$BITNAMI_APP_VOL_PREFIX/conf: Home of redis.conf
|
||||
$BITNAMI_APP_VOL_PREFIX/logs: Redis logs are placed here
|
||||
ports:
|
||||
6369: Default redis port
|
||||
misc:
|
||||
options: You can add extra options during the docker run using the -- prefix
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user