Page 2 of 2

Re: Docker Advice

PostPosted:Fri Sep 27, 2019 12:12 pm
by kalle42
jllort wrote: Sat Jun 03, 2017 4:01 pm One of my colleagues have started working 2 months ago in a docker release, our official release will be here https://hub.docker.com/r/openkm/openkm/
You will find the docker release under

https://hub.docker.com/r/openkm/openkm-ce

After pulling to a Windows system you should run it with an included port assignment
Code: Select all
$ docker run -p 8080:8080 openkm/openkm-ce

Re: Docker Advice

PostPosted:Fri Jun 12, 2020 8:27 pm
by mbagnall
How do I make the usernames/passwords/documents persistent with the docker container. I've tried to use a mount of
Code: Select all
/opt/openkm 
and
Code: Select all
/opt/openkm/repository
and neither accomplish this goal. Can you provide some guidance?

Re: Docker Advice

PostPosted:Thu Jun 18, 2020 7:11 am
by pavila
Information will be persistent unless you destroy de container. Otherwise you need to use a volume to keep the information safe.

Regards.

Re: Docker Advice

PostPosted:Sun Jun 21, 2020 5:14 pm
by mbagnall
Volumes on the base container work because it will try to re-initialize the data on every run if you docker-compose down or otherwise transfer the data to another machine.

I have started working on a Docker container that supports persistence in a more consistent way and also supports MySQL

https://github.com/ElusiveMind/openkm
https://github.com/ElusiveMind/openkm_demo
https://hub.docker.com/r/mbagnall/openkm

In the event anyone is interested. It is also using community edition 6.3.9

Re: Docker Advice

PostPosted:Tue Jun 23, 2020 12:23 pm
by pavila
We have a test image which can be used with several databases in a more Docker way. If anyone is interested I can publish it but the documentation is not finished.

Comments are welcome.

Regards.

Re: Docker Advice

PostPosted:Thu Jun 25, 2020 9:02 am
by jonny50
Hello,

Feel free to use it. It should work. It's my first public Docker container, so if you find any problem report it and I will try to fix it.

In this moment there is no plan for a Professional based Docker container, but it may be possible. First of all I want to ensure the Community container works properly.

Regards:
Jonny...

Re: Docker Advice

PostPosted:Mon Feb 28, 2022 8:32 am
by pavila
The image is "openkm/openkm-ce" not "openkm/openkm".

Best regards.

Re: Docker Advice

PostPosted:Mon Apr 04, 2022 12:56 pm
by pavila
Please, share the command line invocation and error.