Setup CentOS 8 and Docker
Collection of commands required to setup CentOS development environment
Installing Ntfs Support
sudo dnf install epel-release -y
sudo dnf install ntfs-3g -yInstalling OpenJDK
sudo dnf install java-1.8.0-openjdk-devel
sudo dnf install java-11-openjdk-develInstalling Git
Host github.com Hostname ssh.github.com Port 443
Installing Docker CE
Test Docker CE
Installing Docker Compose
Troubleshooting
408 Request Time-out while signing in or pulling an image
Container B has not access to Container A and log file error is:
Installing Gradle
Installing Kubernetes
Installing Intellij
Installing NodeJS
Other Links
Last updated