Hello,

has anybody experience with running SQL Anywhere and/or MobiLink inside a Docker container. Could not find much about it on the web.

I just wonder if this is technically possible.

Thanks for your help and best regards, Alex

asked 30 Aug '17, 07:49

Alexander%20Ilg's gravatar image

Alexander Ilg
346272739
accept rate: 50%


Yes, SQLAnywhere can run in a docker container.

I've been running SQLAnywhere 12 in an ubuntu docker container for a year in a development environment, and haven't encountered any issues.

The database file & log can reside on the host and be mounted as a shared volume, so database changes can persist.

permanent link

answered 05 Sep '17, 22:46

Mark's gravatar image

Mark
2565917
accept rate: 20%

edited 05 Sep '17, 23:19

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×370

question asked: 30 Aug '17, 07:49

question was seen: 2,815 times

last updated: 05 Sep '17, 23:19