Made minor copy edits

This commit is contained in:
Mustafa Jamil
2015-06-19 16:57:04 -07:00
parent cf81c1c28a
commit 3041d3d25a
2 changed files with 17 additions and 23 deletions

View File

@@ -1,24 +1,24 @@
$BITNAMI_APP_NAME cheatsheet:
ENVIRONMENT VARIABLES:
REDIS_PASSWORD: Password for your $BITNAMI_APP_NAME server (default: none)
REDIS_PASSWORD: Password set at first boot for your $BITNAMI_APP_NAME server (default: none).
VOLUMES:
$BITNAMI_APP_VOL_PREFIX/data: Your $BITNAMI_APP_NAME database dump is placed here
$BITNAMI_APP_VOL_PREFIX/conf: Home of redis.conf
$BITNAMI_APP_VOL_PREFIX/logs: $BITNAMI_APP_NAME logs are placed here
$BITNAMI_APP_VOL_PREFIX/data: Location of $BITNAMI_APP_NAME database dump.
$BITNAMI_APP_VOL_PREFIX/conf: Location of redis.conf ($BITNAMI_APP_NAME config file).
$BITNAMI_APP_VOL_PREFIX/logs: Location of $BITNAMI_APP_NAME logs.
PORTS:
6369: Default $BITNAMI_APP_NAME port
6369: Default $BITNAMI_APP_NAME port.
MISC:
options: You can add extra options during the docker run using the -- prefix
note: Please note that the password setup happens only the first time you run the container
Options: You can add extra options during the docker run using the -- prefix.
Note: The password is only set the first time you run the container.
COMMANDS:
print-help: This page
check-updates: Check if a new version of the $BITNAMI_APP_NAME image is available
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
Visit $GITHUB_PAGE for more information.

View File

@@ -1,17 +1,11 @@
environment_variables:
REDIS_PASSWORD: 'Password for your $BITNAMI_APP_NAME server (default: none)'
REDIS_PASSWORD: "Password set at first boot for your $BITNAMI_APP_NAME server (default: none)."
volumes:
$BITNAMI_APP_VOL_PREFIX/data: Your $BITNAMI_APP_NAME database dump is placed here
$BITNAMI_APP_VOL_PREFIX/conf: Home of redis.conf
$BITNAMI_APP_VOL_PREFIX/logs: $BITNAMI_APP_NAME logs are placed here
$BITNAMI_APP_VOL_PREFIX/data: "Location of $BITNAMI_APP_NAME database dump."
$BITNAMI_APP_VOL_PREFIX/conf: "Location of redis.conf ($BITNAMI_APP_NAME config file)."
$BITNAMI_APP_VOL_PREFIX/logs: "Location of $BITNAMI_APP_NAME logs."
ports:
6369: Default $BITNAMI_APP_NAME port
6369: "Default $BITNAMI_APP_NAME port."
misc:
options: You can add extra options during the docker run using the -- prefix
note: Please note that the password setup happens only the first time you run the container
Options: "You can add extra options during the docker run using the -- prefix."
Note: "The password is only set the first time you run the container."