Jump to content

Docker for osbot


wakamakaphon

Recommended Posts

Are there any templates available somewhere? If there are none, what would be suggestions... like: windows or linux based? Any good Idea what else could be included other than the client ( I know depends on the application, but maybe there is something standard that could be included I did not think of... like standalone sql container.... etc).  I am just starting and I was wondering if it is possible to find anything regarding the topic.

Link to comment
Share on other sites

  • 3 weeks later...

For those who are looking for the solution too:

Crutial part is to enable x11:

RUN apt-get update
RUN apt-get install -y x11-apps

Container will be run with some thing as following (ubuntu):

docker run -it -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix osbot 

 

Edited by wakamakaphon
  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...