Skip to content

Devecoop/docker-gnuhealth-upstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-gnuhealth-upstart

Docker image for gnuhealth using full-container aproach instead of microservices

Instructions

$ docker build -t gnuhealth-upstart .
$ docker run gnuhealth-upstart &
$ docker exec -it <container-id> bash
# (inside the container)
$ su postgres
$ createuser -s root
$ exit
$ createdb root
$ trytond
$ docker inspect <container_id> # To check container IP address

About

Docker image for gnuhealth using full-container aproach instead of microservices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published