Adding help file

This commit is contained in:
Miguel Martinez
2015-06-12 10:45:22 -07:00
parent 4c120caf36
commit c732bf65df
3 changed files with 36 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ ENV BITNAMI_APP_VERSION 1.4.21-1
ENV BITNAMI_APP_VOL_PREFIX=/bitnami/$BITNAMI_APP_NAME
ENV BITNAMI_APP_DIR=$BITNAMI_PREFIX/$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

View File

@@ -0,0 +1,21 @@
$BITNAMI_APP_NAME cheatsheet:
ENVIRONMENT VARIABLES:
MEMCACHED_PASSWORD: Password for your $BITNAMI_APP_NAME server (default: none)
VOLUMES:
$BITNAMI_APP_VOL_PREFIX/logs: $BITNAMI_APP_NAME logs are placed here
PORTS:
11211: Default $BITNAMI_APP_NAME port
MISC:
note: Please note that the password setup happens only the first time you run the container
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

View File

@@ -0,0 +1,14 @@
environment_variables:
MEMCACHED_PASSWORD: 'Password for your $BITNAMI_APP_NAME server (default: none)'
volumes:
$BITNAMI_APP_VOL_PREFIX/logs: $BITNAMI_APP_NAME logs are placed here
ports:
11211: Default $BITNAMI_APP_NAME port
misc:
note: Please note that the password setup happens only the first time you run the container