How to add a different username in ssh config for remote server ssh to save our time ?
Suppose you used to login via a different username on servers rather than the local user id. One option is to add the username each time using below syntax: #...
In this post, we will look how to take backup of a docker container. We can take backup in two steps: a. First saving the container data into an image....
I. Playing with Docker Images 1. Take backup of an image $ docker images REPOSITORY TAG IMAGE ID CREATED SIZE mariadb 10.1 5a34bfc8f676 2 weeks ago 375MB phpmyadmin/phpmyadmin latest 15ca549393be...