Adding help manifest

This commit is contained in:
Miguel Martinez
2015-06-11 19:24:32 -07:00
parent d6302c473b
commit ddab8fcb8b
3 changed files with 40 additions and 0 deletions

View File

@@ -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
View 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
View 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