bklyn IT
  • William Max & Co.
  • bklynIT
Subscribe

A cool video

  • Max Abramowitz

Max Abramowitz

Apr 17, 2021 • 1 min read
A cool video

Sign up for more like this.

Enter your email
Subscribe

How to fix "unable to bind to port 53" error

This is an excerpt from https://www.bklynit.net/ubuntu-20-04-lts-docker-pihole/ hopefully the more specific title will help people find this more easily. ProblemWhen trying to run pihole in a container on docker, you get: Error starting userland proxy: listen tcp4 0.0.0.0:53: bind: address already in useCauseAnother

  • Max Abramowitz
Max Abramowitz Jun 12, 2022 • 1 min read

How to Install Docker-Compose

The following command is a single line, "undo" any line wrapping. sudo curl -L "https://github.com/docker/compose/releases/download/1.28.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose And set permissions: sudo chmod +x /usr/local/bin/docker-compose

  • Max Abramowitz
Max Abramowitz May 18, 2022 • 1 min read

How to Install Docker

Please note: all the following should be a single line. Any line wrapping should be "undone" before running commands. sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/

  • Max Abramowitz
Max Abramowitz May 18, 2022 • 1 min read
bklyn IT © 2022
Powered by Ghost