Bits and pieces
  • Home
  • About
Sign in Subscribe

docker

A collection of 3 posts
Docker networks
docker

Docker networks

During the installation, Docker creates three different networking options. You can list them with docker network ls: bojana@linux:~$ docker network ls NETWORK ID NAME DRIVER SCOPE 0c872e6d6453 bridge bridge local 10826dd62a8b host host local cab99af2344e none null local By default, bridge mode is selected, and containers reside on a
Sep 9, 2021 7 min read
Docker - up and running
containers

Docker - up and running

* Installing Docker * Docker – open source container engine * Basic architecture * Basic Docker commands Installing Docker (Linux, Windows, Mac) I will not go into much details about how to install docker environment on your desired OS. There are a lot of quality articles out there that will help you with that. Official
Sep 6, 2021 6 min read
Containerization
cgroups

Containerization

In the last article, I talked about what virtualization [https://bojana.dev/virtualization/] is and how important the concept and technology is in the whole cloud computing paradigm. Now I want to talk about containerization – a different approach to isolation that does not use a hypervisor, but instead it relies
Jun 14, 2021 3 min read
Page 1 of 1
Bits and pieces © 2025
Powered by Ghost