MNMD. Nazmul Alaminalam-nazmul.hashnode.dev·Feb 15, 2024 · 2 min readHow to deploy a private registry to preserve the container imagesHarbor is an open source registry that secures artifacts with policies and role-based access control, ensures images are scanned and free from vulnerabilities, and signs images as trusted. Harbor, a CNCF Graduated project, delivers compliance, perfor...00
MNMD. Nazmul Alaminalam-nazmul.hashnode.dev·Mar 24, 2023 · 4 min readPopular Docker commandsFor Docker version docker version To search for a Docker image, Ubuntu, for instance, issue the following command: docker search ubuntu docker run docker run nginx Show running containers docker ps Show all containers docker ps -a Once the container ...00
MNMD. Nazmul Alaminalam-nazmul.hashnode.dev·Mar 24, 2023 · 1 min readDocker install on Rocky-Linux9Introduction The Docker Engine can be used running native Docker style container workloads on Rocky Linux servers. This is sometimes preferred to running the full Docker Desktop environment. Add the docker repository sudo dnf config-manager --add-rep...00
MNMD. Nazmul Alaminalam-nazmul.hashnode.dev·Mar 24, 2023 · 5 min readDeploy a local repository for Ubuntu VMs to save internet traffic and speed up the entire process.This guide will show how to configure a local repository server based on Ubuntu 20.04 LTS, but it can be adapted to a previous version of Ubuntu or even to any distribution using Aptitude as the main package management system, like Debian or Mint. We...00
MNMD. Nazmul Alaminalam-nazmul.hashnode.dev·Mar 24, 2023 · 2 min readDeploy simple private DNS for office networkInstall CentOS-7 minimal version. CPU: 2 RAM: 4 HDD: 20G Set static IP vi /etc/sysconfig/network-scripts/ifcfg-eth0 TYPE=Ethernet PROXY_METHOD=none BROWSER_ONLY=no BOOTPROTO=static DEFROUTE=yes IPV4_FA...00