Matt ShoreMatt Shore
  • Home
  • Background
  • Blogs
    • Tech Tools
    • Projects
    • Videos
  • My Docker Host

Tools

All Docker Videos

Installing Docker onto a Raspberry Pi

Learn how to install Docker onto a Raspberry Pi and run your first container. Applications used Putty 32bit portable: https://the.earth.li/~sgtatham/putty/… Putty 64bit portable: https://the.earth.li/~sgtatham/putty/… TightVNC: https://www.tightvnc.com/download.php Commands used Background music from www.bensound.com

By matt@mattshore.co.uk, 9 months9 months ago
All Blog Docker Tools

Portainer – Docker – Tech Tools

Portainer Portainer is a versatile docker management suite. It provides the perfect learning ground for beginners to docker but also makes life for the more seasoned Docker user. sudo docker create –name portainer \ –restart=always \ –net=bridge \ -e PGID=1001 -e PUID=1001 \ -v /var/run/docker.sock:/var/run/docker.sock \ -p 9000:9000 \ portainer/portainer:arm Read more…

By matt@mattshore.co.uk, 2 years8 months ago
Docker Ship
All Blog Tools

Tech Tools – Docker

WHAT IS DOCKER? I stumbled across Docker a while ago and the concept just intrigued me. The ability to create an application that only ships with the parts it needs. Windows and its applications have often been criticised for their size and bloated overhead on the underlying hardware. This bloat Read more…

By matt@mattshore.co.uk, 2 years2 years ago
Ultimate Docker Setup
All Docker Projects

Ultimate Docker Setup

This is a quick guide to setup the ultimate home server. To include file sharing & synchronising, email and website hosting, media sharing and streaming, and automatic downloads of TV, movies and music. Firstly install the latest Ubuntu 16 distro (Download from here: https://www.ubuntu.com/download/server ) Installing Docker sudo apt-get install \ Read more…

By matt@mattshore.co.uk, 3 years9 months ago
Ubuntu Docker
All Docker Projects

HTPC – Ultimate Media Server on Docker

Notes – Ubuntu and Docker need to be installed first to create this ultimate HTPC server. Setup the Environment Lets start by creating some shares for your media server to utilise. sudo mkdir /shares/tv sudo mkdir /shares/movies sudo mkdir /shares/transcode sudo mkdir /shares/downloads sudo mkdir /shares/music Plex Docker Install sudo Read more…

By matt@mattshore.co.uk, 3 years9 months ago
Contact
matt@mattshore.co.uk
07850657592
https://www.mattshore.co.uk

  • Google+
  • Linkedin
  • Instagram
  • Twitter