Search posts, tags and authors

Docker

3 posts from Docker See another: HowTo, IT, Devops
How to install Docker on Ubuntu
July 21, 2024 by kiril-urbonas in Docker

How to install Docker on Ubuntu

Docker is an open-source platform that enables developers to automate the deployment, scaling, and management of applications within lightweight, portable containers. To install docker on ubuntu: 1. Set up Docker's apt repository. # Add Docker's official GPG key: sudo apt-get update sudo apt-get install ca-certificates curl sudo...

Top Docker Commands and Their Usage
July 16, 2024 by kiril-urbonas in Docker

Top Docker Commands and Their Usage

Docker has revolutionized how we build, ship, and run applications. Mastering Docker commands is essential for developers and DevOps professionals. Here’s a rundown of the most important Docker commands and how to use them effectively. 1. docker run The docker run command creates and starts a container from a...

Spotlight Devops