git clone https://github.com/system-dev-formations/install-docker.git
cd install-docker/
sudo apt-get update
sudo apt-get upgrade
sudo apt-get -y install python3 python3-pip python3-venv
python3 -m venv venv
source venv/bin/activate
python -V pip3 install wheel
pip3 install ansible
ansible --version ansible-playbook -i inventory playbook id check if the user ubuntu is in group docker otherwise log out and log in again and type
docker psand run your first container
docker run docker/whalesay cowsay Hello-world!