changkun / occamy

🖥️ a modern remote desktop proxy written in Go
https://github.com/changkun/occamy
MIT License
313 stars 54 forks source link

Change to non centos docker, due to RedHat close sourcing centos #46

Open gedw99 opened 3 years ago

gedw99 commented 3 years ago

Great the code and project. The golang c interop is pretty nice.

Suggest changing to this docker: https://github.com/deluan/bring/blob/master/docker-compose.yml

Its also similar to your project, but uses ubuntu and the classic glyptodon/guacd

changkun commented 3 years ago

That's a good suggestion. I think I was intended to use ubuntu but there was some problem with ubuntu distribution and I had to use centos. It is necessary to do some investigation that to switch to ubuntu.

gedw99 commented 3 years ago

Hey @changkun

thanks for considering this.

https://github.com/deluan/bring/blob/master/docker-compose.yml currently does work when i run it, so hopefully this is a good reference to help....