zeus 3 years ago
parent
commit
7c73da0add
  1. 11
      install/usr/share/swarmlab.io/sec/swarmlab-sec

11
install/usr/share/swarmlab.io/sec/swarmlab-sec

@ -179,7 +179,7 @@ if [ -d "$Wdir/project" ]; then
&& ./configure \
&& make \
&& make install \
&& cd / \
&& cd .. \
&& rm libvshadow-alpha-20211114.tar.gz \
&& rm -rf libvshadow-* \
&& rm -rf /volatility3 \
@ -279,7 +279,7 @@ if [ "$Wdir" == "$HOME" ]; then
&& ./configure \
&& make \
&& make install \
&& cd / \
&& cd .. \
&& rm libvshadow-alpha-20211114.tar.gz \
&& rm -rf libvshadow-* \
&& rm -rf /volatility3 \
@ -526,8 +526,9 @@ up_master ()
#docker-compose up --build -d masterservice
#docker-compose up --force-recreate -d masterservice
docker-compose rm -f -s -v
docker-compose up --build --remove-orphans -d masterservice << ANSWERS
#docker-compose rm -f -s -v
#docker-compose up --build --remove-orphans -d masterservice << ANSWERS
docker-compose up --remove-orphans -d masterservice << ANSWERS
yes
yes
yes
@ -706,7 +707,7 @@ done
if [ $COMMAND_UP -eq 1 ]; then
create_dockerfile
down_all
clear_all
#clear_all
#up_registry # remove for microservices
generate_ssh_keys
build_and_push_image # remove for microservices

Loading…
Cancel
Save