As an alternative to managing Docker images using a Docker Registry, you can also manage it as a tar file. Managing Docker images as tar files allows you to: Docker Commands: Save…
Tag: docker
Cheat Sheet: Essential Docker Commands
Docker is an open-source platform that enables developers to build, ship, and run applications in containers. Containers are lightweight, standalone, and executable packages that include everything an application needs to run, such…
How to setup Portainer on Ubuntu
Portainer is a lightweight, open-source management platform for Docker environments. It provides a user-friendly web interface to manage and monitor Docker containers, images, volumes, and networks. Key Features: Benefits: Installation 1) Setup…
How to setup Dremio on Ubuntu using Docker
Dremio is a data lakehouse platform that offers a range of tools and features to help organizations manage, process, and analyze large amounts of data. Here are some key aspects of Dremio:…
How to setup GitLab on Ubuntu using Docker
GitLab is a web-based platform for version control and collaboration on software development projects. It’s an alternative to GitHub and offers many similar features, plus some additional ones. Here are some key…
How to setup Jenkins on Ubuntu using Docker
Jenkins is an open-source automation server that enables developers to automate various stages of their software development process, including building, testing, and deploying applications. Key Features: Benefits: Common Use Cases: 1) Install…
How to setup Metabase on Ubuntu using Docker
Metabase is an open-source analytics and visualization tool that helps users explore, analyze, and visualize data. It’s designed to make it easy for non-technical users to ask questions and get answers from…
How to setup MinIO on Ubuntu using Docker
MinIO is a high-performance, distributed object storage server that is compatible with the Amazon S3 API. It allows you to store and manage large amounts of unstructured data, such as images, videos,…
How to setup Minikube on Ubuntu
Minikube is a free and open-source tool that allows you to run a single-node Kubernetes cluster on your local machine. It provides a simple way to try out Kubernetes, develop and test…
How to setup Docker and Docker Compose on Ubuntu
What is Docker? Docker is a containerization platform that allows developers to package, ship, and run applications in containers. Containers are lightweight and portable, providing a consistent and reliable way to deploy…