This package consists of docker files to automate container creation and runs.
See Bitbucket setup for alternative usage.
Setup the recommended folder structure:
cd /home/${USER}
mkdir schreibtisch
cd schreibtisch
git clone https://github.com/pradhanshrijal/pha_docker_files --recursive
cd pha_docker_files
This can also be done with a script:
wget https://raw.githubusercontent.com/pradhanshrijal/pha_docker_files/master/docker_share/scripts/setup/setup_ssi.sh
source setup_ssi.sh
Easy sample run with docker compose:
./docker_scripts/run-compose.sh
For full usage see Scripts-Usage. See PHA-Images for a list of available images.
pha_docker_files
is released under the MIT License.