Create Dockerfile to export it as Docker Image (#52)

* Added-dockerfile-to-create-docker-image

* README-update

---------

Co-authored-by: Maria Voreakou <voreakou7@gmail.com>
This commit is contained in:
Maria Voreakou
2025-03-06 08:43:41 +01:00
committed by GitHub
parent 4b995c00dd
commit eba18ecda3
4 changed files with 107 additions and 0 deletions

View File

@@ -47,6 +47,33 @@ The software also includes a configurable printer dictionary, which can be easil
Note on the ink waste counter reset feature: resetting the ink waste counter is just removing a lock; not replacing the tank will reduce the print quality and make the ink spill.
## Install-2-go (macOS)
Prerequirements: Docker, TigerVNC
### 1. Install Tiger VNC Viewer
```bash
brew install tigervnc-viewer
```
### 2. Download Docker Image
```bash
docker pull mvoreakou/epson-god-mode:latest
```
### 3. App run
```bash
docker run --rm --publish 5990:5990 --env HOME=/ mvoreakou/epson-god-mode x11vnc -usepw -create
```
### 4. Open GUI
Open tiger VNC that was installed on your mac, and fill
`VNC server:` `localhost:5990`
Click `Connect` & voila!
## Installation
Install requirements using *requirements.txt*: