SQL Anywhere Database Docker Image
 
 
 
 
 
Go to file
Jonathan Schweder 99e9da5abd
Update README.md
2021-03-15 18:26:47 +00:00
sqlanywhere16 Makes dbsrv16 executable. 2019-02-18 16:27:05 -05:00
.travis.yml add source 2017-02-28 17:42:17 -03:00
Dockerfile removed ENTRYPOINT 2017-11-01 14:48:58 -02:00
README.md Update README.md 2021-03-15 18:26:47 +00:00

README.md

SAP Sybase Anywhere 16

Getting started

docker run jaschweder/sybase -p 2638:2638

Then connect to hostname localhost or 127.0.0.1 at port 2638

Environment Variables

Guest user
Environment variable Default value
SYBASE_USER guest
SYBASE_PASSWORD guest1234
SYBASE_DB guest
Admin user
Environment variable Default value
SYBASE_USER sa
SYBASE_PASSWORD sql
DBA user
Environment variable Default value
SYBASE_USER dba
SYBASE_PASSWORD sql

You can use both sa and guest users to connect to guest database

See more about this image at Docker Hub