docker-image-sybase/README.md

12 lines
287 B
Markdown

# 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` with user `dba` and password `sql`.
See more about this image at [Docker Hub](https://hub.docker.com/r/jaschweder/sybase)