Bits and pieces
  • Home
  • About
Subscribe
Tagged

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

  • Bojana Dejanovic
Bojana Dejanovic Sep 9, 2021 • 7 min read
Docker - up and running
containers

Docker - up and running

Installing DockerDocker – open source container engineBasic architectureBasic 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 docker documentation

  • Bojana Dejanovic
Bojana Dejanovic Sep 6, 2021 • 6 min read
Containerization
cgroups

Containerization

In the last article, I talked about what 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 on a specific kernel

  • Bojana Dejanovic
Bojana Dejanovic Jun 14, 2021 • 3 min read
Bits and pieces © 2022
Powered by Ghost