mirror of
https://github.com/bitnami/containers.git
synced 2026-03-13 14:58:03 +08:00
Adding help file
This commit is contained in:
@@ -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
|
||||
|
||||
21
bitnami/memcached/help.txt
Normal file
21
bitnami/memcached/help.txt
Normal 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
|
||||
|
||||
|
||||
14
bitnami/memcached/help.yaml
Normal file
14
bitnami/memcached/help.yaml
Normal 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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user