How to Install DoubleCommander in OMV and Docker

How to Install Double Commander in OMV and Docker

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this post we’ll look at How to Install Double Commander in OMV and Docker.

Double Commander is a free cross platform open source file manager with two panels side by side. It is inspired by Total Commander and features some new ideas.

Installing Double Commander

To install this application, we’ll use Stacks so open up your Portainer and create a new stack. Now copy this into your Stack:

---
version: "2.1"
services:
  doublecommander:
    image: linuxserver/doublecommander
    container_name: doublecommander
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/London
    volumes:
      - /path/to/config:/config
      - /path/to/data:/data
    ports:
      - 3000:3000
    restart: unless-stopped

Be sure to change your PUID, PGID, TZ (Time Zone), and the 2 volumes so that they are relevant to your setup.

/data Volume

The /data volume is the host data directories, mount as many as needed.

Once you’ve got the Stack ready, click the “Deploy Container” button and give it a few minutes to pull the image and extract it.

Using Double Commander

Once the Stack has deployed, you can go to http://your-server-address:3000 and you should be able to start using Double Commander on your server to manage files.

Note

While this is a way to manage the files on your server, I don’t condone the use of a file manager like this. I think it’s important to learn the command-line method of managing a server whenever possible.

Original Docker Source

https://hub.docker.com/r/linuxserver/doublecommander

Official Website

https://doublecmd.sourceforge.io/

Other OpenMediaVault Tutorials

If you’re interested in other tutorials for your home server, check here: https://dbtechreviews.com/category/openmediavault/

/=========================================/

Like what I do? Want to be generous and help support my channel?

Here are some ways to support:

Patreon: https://dbte.ch/patreon

Ko-fi: https://dbte.ch/kofi

/=========================================/

Remember to leave a like on this video and subscribe if you want to see more!

/=========================================/

Follow Me:

Twitter: https://dbte.ch/tw

Facebook: https://dbte.ch/fb

Subscribe: https://dbte.ch/ytsub