Posts tagged with Docker.

Self-Hosting && Tutorials | Apr 21, 2020 | By Joel Hans | 12 min read

Install Rocket.Chat with Docker as a Slack alternative

Affected by the recent Slack outage? Looking for a free Slack alternative? In this tutorial, you’ll set up Rocket.Chat in minutes using Docker.

Tutorials | Mar 24, 2020 | By Dwijadas Dey | 15 min read

How To Install Nextcloud On Your Server With Docker

Nextcloud is a fantastic way to break your reliance on other companies like Dropbox or Google. With a few Docker containers, you can install Nextcloud on your VPS in a …

install_traefik_multiple_domains
Tutorials | Mar 06, 2020 | By Dwijadas Dey | 14 min read

Install Traefik To Host Multiple SSL Websites On Your VPS

Want an easy way to deploy multiple Dockerized apps, complete with HTTPS, on a single VPS? Save headaches and deploy fast with Traefik, the do-all reverse proxy.

Getting started with Docker
Tutorials | May 01, 2019 | By Joel Hans | 14 min read

Getting Started With Docker On Your VPS (Tutorial)

Getting started with Docker on your VPS is pretty straightforward, and once you’re set up via this tutorial, it’s like you’ve “leveled up” in DevOps.

How to use Docker and Nginx to host multiple websites
Tutorials | Apr 17, 2019 | By Joel Hans | 9 min read

Host Multiple Websites On One VPS With Docker And Nginx

Docker is an excellent tool for running multiple services on a single VPS without them interfering with each other—for example, one website built on Wordpress and another built on Ghost. …

Docker backup: Saving and restoring your volumes
Development | Nov 08, 2018 | By Ranvir Singh | 7 min read

Docker Backup: Saving and Restoring Your Volumes

You don’t have a backup unless you’ve restored your data from it. Let’s walk through how to create Docker backups of important volumes in 30 seconds.