Skip to content

Dockerfile and docker-compose to install and run gnucash 3.0 from a docker container

Notifications You must be signed in to change notification settings

dbcesar/gnucash-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

#gnucash-docker

This is a simple Dockerfile in order to have gnucash 3.0 installed from source and running on a docker container.

Run this is pretty simple:

  1. Clone this repository
  2. cd gnucash-docker
  3. Run docker build -t="gnucash" .

After this, an image will be created.

In order to run, just call the docker-compose:

  1. Inside the folder: docker-compose up -d
  2. You can call gnucash running: docker exec -ti gnucash /bin/bash
  3. Optionally you can call gnucash directly by running docker exec -ti gnucash /gnucash-cmake/bin/gnucash

NOTES: You may need to adjust permissions to the X server host by running xhost +local:root

That is it.

About

Dockerfile and docker-compose to install and run gnucash 3.0 from a docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published