In this post, I have tried to cover most of the basic commands which are required to start working with Docker. docker –version Get the currently installed version of docker docker pull Pull images from the docker repository(hub.docker.com) docker run Create a container from an image docker start docker stop docker ps list the running containers docker ps -a show all the running and exited containers docker images lists all the locally stored docker images docker rm used to delete a stopped container docker rmi used to delete an image from …
In this blog, will demonstrate how to install Docker on Ubuntu. Below is the small post from the official documentation provided by docker and from my experience. To read more on the same refer the official website at Docker Docs The current Docker Engine package is now called docker-ce. Older versions of Docker were called docker, docker.io, or docker-engine. If you really want to use docker for some complex build images I will recommend the below steps to be performed. If you want to try docker for some fun or basics then you can use the …
Are you bored of the default/stock old color schemes of the while working on the terminal screens. Here's a easy way to do it graphically, developed by Maciej Ciemborowicz You can do it graphically and download the color schemes and import it to your terminal. Link Here
Tsting it JDeveloper 11.1.1.7 Release JDeveloper 11.1.1.7 released and available for download at the OTN side. This release (version 11g Release 1 11.1.1.7.0 ) of Jdeveloper and ADF is a minor release. It has a wide list of bug fixes as well as a few new features. If any one has struggled with the table pagination and headers, this release has much more for them. One of my extremely required features in ADF Tables. Paging Support for Pivot Table and Gantt Pivot Table now provides support for both row and col…