These scripts require ansible; for Debian-based systems, use commonad apt install ansible.
Install ABAP Trial 1909 using Ansible.
Examples of usage:
export HUBUSER="Docker Hub Username"
export HUBPASSWD="docker hub password"
ansible-playbook deployABAP1909.yml --extra-vars "docker_user=$HUBUSER, docker_password=$HUBPASSWD"
Install ABAP Trial 2022 using Ansible.
Examples of usage:
export HUBUSER="Docker Hub Username"
export HUBPASSWD="docker hub password"
ansible-playbook deployABAP2022.yml --extra-vars "docker_user=$HUBUSER, docker_password=$HUBPASSWD"
- The LXC container requires a further setting in the container configuration
features: keyctl=1,nesting=1
- The host Kernel requires the following parameters:
vm.max_map_count=2147483647 fs.aio-max-number=18446744073709551615 fs.file-max=20000000
If LXC is running in proxmox, add these arguments to /etc/sysctl.conf and execute the commandsysctl -p
then restart the container.