docker images
docker run -d -p 122:2222 -p 8081:80 -v ~/work:winwork hiromuhota/webspoon
-v HOST_FOLDER:CONTAINER_FOLDER
export CATALINA_HOME=/home/win/work/copy/apache-tomcat-8.5.30
cd ~/
unzip ~/Downloads/pdi-ce-8.0.0.0-28.zip
cd $CATALINA_HOME
cp -r /home/win/work/copy/data-integration/system ./
cp -r /home/win/work/copy/data-integration/plugins ./
mkdir 1
ln -s /opt/data-integration/plugins/ 1/plugins
ln -s /opt/data-integration/system/ 1/system
export CATALINA_HOME=/opt/apache-tomcat-8.5.30
cd $CATALINA_HOME
wget https://raw.githubusercontent.com/HiromuHota/webspoon-docker/0.8.0.13/install.sh
chmod +x install.sh
export version=0.8.0.13
export dist=8.0.0.0-28
./install.sh
./bin/startup.sh