Recently Updated Pages
Git - Life Cycle
In this chapter, we will discuss the life cycle of Git. In later chapters, we will cover the Git ...
Git - Environment Setup
Before you can use Git, you have to install and do some basic configuration changes. Below are th...
Types of Cells in Jupyter Notebook
The following are the three types of cells in a jupyter notebook − Code cells − As the name sugg...
Components of Python ML Ecosystem
In this section, let us discuss some core Data Science libraries that form the components of Pyth...
Why Python for Data Science?
Python is the fifth most important language as well as most popular language for Machine learning...
Using Pre-packaged Python Distribution: Anaconda
Anaconda is a packaged compilation of Python which have all the libraries widely used in Data sci...
Installing Python
For working in Python, we must first have to install it. You can perform the installation of Pyth...
Strengths and Weaknesses of Python
Every programming language has some strengths as well as weaknesses, so does Python too. Strengt...
An Introduction to Python
Python is a popular object-oriented programing language having the capabilities of high-level pro...
Docker Commands.....
Stop all container docker container stop $(docker container ls -aq) Remove all container docke...
To push container as a image on docker-hub
To login on Docke-Hub https://hub.docker.com/ docker login 1. Commit the required container as...
Reference link - https://bobcares.com/blog/docker-backup/2/
How to restore Docker containers docker load -i backup.tar backup.tar name of backup container ...
Docker Volume
Data volumes are directories that can store data outside Docker containers. This data can be shar...