i. Logs directory check and creation
ii. Prerequisites - Checking for OS version and architecture
Checking type of user and permission
Internet checking
Checking wget package
iii. Docker application / package checking and installation
iv. Creating local copy of replica code via git clone or update via git pull
v. Build Docker-Image via docker build command (using Dockerfile)
vi. Verify image creation
vii. Start the Docker-container via docker run command (using newly created docker image)
viii. Copy host logs(pre-install logs) inside docker container
ix. Verify initialization of docker-container and display message of completion
Highlights of updates -
Logs files
Capturing output and errors as logs in log files
smtpd.sh smtpd command to run in background
git-pull.sh Automatically executing git pull and checking git status after it to verify the correct execution
initialize.sh Added ST, AT, RT, property_order_reset, Sync_Snapshot_field, git pull and smtpd
Dockerfile
build-docker.sh