Adding password config at tail
This commit is contained in:
Submodule .build/docker-stacks updated: 63d0df23b6...c1c3293843
4
add-to-swarm-with-defaults.sh
Normal file
4
add-to-swarm-with-defaults.sh
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
cd $(cd -P -- "$(dirname -- "$0")" && pwd -P)
|
||||||
|
|
||||||
|
./add-to-swarm.sh -p 8848 -n elk_datastack -r 5001
|
@@ -14,7 +14,6 @@ cd $STACKS_DIR && git pull && cd -
|
|||||||
|
|
||||||
# Write the contents into the DOCKERFILE and start with the header
|
# Write the contents into the DOCKERFILE and start with the header
|
||||||
cat src/Dockerfile.header > $DOCKERFILE
|
cat src/Dockerfile.header > $DOCKERFILE
|
||||||
cp src/jupyter_notebook_config.json .build/
|
|
||||||
|
|
||||||
echo "
|
echo "
|
||||||
############################################################################
|
############################################################################
|
||||||
@@ -73,6 +72,7 @@ cat src/Dockerfile.usefulpackages >> $DOCKERFILE
|
|||||||
# Copy the demo notebooks and change permissions
|
# Copy the demo notebooks and change permissions
|
||||||
cp -r extra/Getting_Started data
|
cp -r extra/Getting_Started data
|
||||||
chmod -R 755 data/
|
chmod -R 755 data/
|
||||||
|
cp src/jupyter_notebook_config.json .build/
|
||||||
#cp $(find $(dirname $DOCKERFILE) -type f | grep -v $STACKS_DIR | grep -v .gitkeep) .
|
#cp $(find $(dirname $DOCKERFILE) -type f | grep -v $STACKS_DIR | grep -v .gitkeep) .
|
||||||
|
|
||||||
echo "GPU Dockerfile was generated sucessfully in file ${DOCKERFILE}."
|
echo "GPU Dockerfile was generated sucessfully in file ${DOCKERFILE}."
|
||||||
|
Reference in New Issue
Block a user