Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1 KB

README.md

File metadata and controls

35 lines (27 loc) · 1 KB

pha_docker_files

This package consists of docker files to automate container creation and runs.

Highlights

  • PHA is version 0.2.3 (2024.02).

Folder Structure Setup

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

Usage

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.

License

pha_docker_files is released under the MIT License.