Tag: Docker

Docker Menu Base Tool

As I mentioned before, I wrote a small script (for Linux) to help me with containers in my test lab. This small script would help with “starting, stopping, removing, creating and listing” of containers. For “starting” or “stopping” the containers, it’s possible to use their name or pattern. For the creation of container, it’s possible to […]

Updated: April 14, 2018 — 7:19 PM

Some of Docker commands

When Docker engine installed, there are multiple commands comes with it in order to let one work with images in different ways. Here I’m listing few commands and how to use them. 1. docker pull It’s possible to just download the image from a registry for deploying in future by just running the “docker pull […]

Updated: April 3, 2018 — 12:07 PM

Docker on Ubuntu

As I said before, I’ve selected Docker for using containers. For OS, I’ve selected Ubuntu Server 17.10 and for using containers the engine should be installed and then one proceeds. System preparation & Docker installation First thing first, the system should be prepared for engine installation and this preparation includes the OS update & prerequisite installation; […]

Updated: April 2, 2018 — 11:48 PM

Starting with Dockers

After a long time of not writing, I decided to start again with new things. The “Containers”, you might be heard of it or even implemented it in large scale; as I’m new to this technology, I’d try to share things I’m learning about it here. First migration was from “All Application running directly on Physical […]

Updated: April 2, 2018 — 11:48 PM