: June-2020

Home » Posts tagged : docker

Debian 10 setup to become a Docker host server Download and setup Debian 10 the way you want it.     Disable some not needed services. # systemctl list-units -t service # systemctl list-unit-files --state=enabled --no-pager # systemctl stop nfs-common.service # systemctl disable nfs-common.service # systemctl stop rpcbind.service # systemctl disable rpcbind.service # systemctl stop ..

Read more

Debian 9 setup to become a Docker host server Download and setup Debian 9 the way you want it. Docker CE # curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -# deb [arch=amd64] https://download.docker.com/linux/debian stretch stable   Disable some not needed services. Ref: https://blog.sleeplessbeastie.eu/2015/04/27/how-to-manage-system-services-on-debian-jessie/ # systemctl list-units -t service # systemctl stop nfs-common.service# systemctl disable nfs-common.service# systemctl ..

Read more

Playing around with Tutum which is a web gui frontend to Docker. Right now they only support Ubuntu as a Bring Your Own server.   Goto Tutum and setup a free account. There will be a free account that you can use even when the company is out of beta.     Deployed a Ubuntu 14.04 VPS ..

Read more

Wanted to play around with Docker and found an interesting Operating System that hosts docker containers. This is what I had to do to get it up and running on my Mac OS X with VMware Fusion.     Lets start by downloading CoreOS. Lightweight Cluster Server. I downloaded the stable branch, you could also ..

Read more