IT Ghost
  • Home
Subscribe

docker

A collection of 4 posts
Create an easy kubernetes cluster using kind and docker on your workstation
kubernetes

Create an easy kubernetes cluster using kind and docker on your workstation

Assuming that you want to have a quick way to spawn up a kubernetes cluster for some development work all you need to do is to have docker desktop installed and install kind app on your computer. I will not go through the installation process as it is very well
Mar 7, 2022 — 3 min read
How to create multiarch docker images.
docker

How to create multiarch docker images.

If you are like me and you need to create some kubernetes integration I prefer to have it done locally without too much fuss and for that I am mostly using raspberry pi's to create either standalone docker server or create a kubernetes cluster and have it running on that
Mar 15, 2021 — 3 min read
How to run JupyterHub in docker swarm environment using swarmSpawner.
debian

How to run JupyterHub in docker swarm environment using swarmSpawner.

I had a request in these days where I was asked to run JupyterHub in a docker environment. To be able to provide horizontal scaling to the platform taking in count that for each customer will start a new container and each container will use resources.  Jupyterhub is a great
Apr 2, 2020 — 4 min read
Setup docker swarm cluster
debian

Setup docker swarm cluster

Setting up a swarm cluster is really easy. All you need is a minimum of two nodes with OS of your choosing and having docker-ce installed on them both. Since I am mostly using debian I will be following the steps for installing docker-ce for ubuntu/debian since both of
Apr 1, 2020 — 2 min read
IT Ghost © 2022
Powered by Ghost