docker project part - 2
This blogs show the demonstration of docker pull, inspect, logs, stop, start and remove commands.
Apr 23, 20232 min read39

Search for a command to run...
Articles tagged with #ubuntu
This blogs show the demonstration of docker pull, inspect, logs, stop, start and remove commands.

Install Java To run Jenkins your system need to have Java. So first we will install Java and then Jenkins. Ubuntu: Update the packages: sudo apt update Install Java: sudo apt install openjdk-11-jre -y Check installation: java -version CentOS/F...
