docker Installation - madhusudana30/AlternativeJPAForWebSphere GitHub Wiki
Install Docker for Linux:
Red Hat:
sudo yum install -y dockersudo service docker startsudo usermod -G docker $(whoami)- Restart operating system.
- Try:
dockeranddocker container ls
Ubuntu:
- Download the docker install script:
wget -qO- https://get.docker.com/ | sh sudo usermod -aG docker $(whoami)- Restart operating system.
- Try:
dockeranddocker contaienr ls
CentOS:
https://www.tecmint.com/install-docker-and-learn-containers-in-centos-rhel-7-6/1.
**Remove Docker **
https://stackoverflow.com/questions/48962730/docker-not-completely-removed*