Sign inSign up

cedricanover94/emailmanager

By cedricanover94

Updated over 2 years ago

Dockerizing an Email Manager GUI App.

Image
Integration & delivery
0

217

cedricanover94/emailmanager repository overview

Dockerized GUI App - Email Template Manager

The purpose of this small project is to learn and experiment with x11docker to Dockerize a Desktop GUI Application. I used my old small project as a test subject.

Installation
Assumptions

We assume that you have Docker Engine installed in your Linux Environment.

Follow the instructions for installing x11docker.

TL;DR (Installing in Debian 12, other distros should be more or less similar)
  • Install with x11docker bash
curl -fsSL https://raw.githubusercontent.com/mviereck/x11docker/master/x11docker | sudo bash -s -- --update
  • Install dependencies for x11docker
sudo apt install -y xpra xserver-xephyr xinit xauth xclip x11-xserver-utils x11-utils
  • Pull the Image of Dockerized Email Template Manager
docker pull cedricanover94/emailmanager
  • Run the Application
sudo x11docker --network=host cedricanover94/emailmanager

Tag summary

Content type

Image

Digest

sha256:4db443bc9

Size

309.1 MB

Last updated

over 2 years ago

docker pull cedricanover94/emailmanager