Docker

Install Docker so local services and containerized research tools can run on the workstation.

ansible-playbook -i inventory -K playbooks/lab-stack.yml --tags docker

🔧 Manual setup and configuration

Log out and back in after installation so group membership changes apply to your desktop session.

✅ Check

docker version
docker run --rm hello-world