Dear Michael,

 

By running: docker run -d --network mybasex-net --name basex-dba --publish 18984:8984 --link basex:basexhttp basex/dba

 

I am able to access the dba interface via http://myhost:18984/dba/login

 

Regards,

Björn

 

Von: BaseX-Talk <basex-talk-bounces@mailman.uni-konstanz.de> Im Auftrag von Michael Wapp
Gesendet: Montag, 1. Oktober 2018 10:15
An: basex-talk@mailman.uni-konstanz.de
Betreff: [basex-talk] BaseX DBA via Docker

 

Hi!

I'm not able to access the DBA when the HTTP server is started using docker. The ports are correctly exposed.

When accessing localhost:8984/dba, I get the response: No function found that matches the request.

The docker command I use is the following:

docker run -d \
    --name basexhttp \
    --publish 1984:1984 \
    --publish 8984:8984 \
    --volume "$HOME/basex/data":/srv/basex/data \
    basex/basexhttp:latest

Does anybody have an idea what I'm doing wrong?

(If this is not the right way to ask questions about BaseX and docker - where else could I find some help?)

Kind Regards
Michael Wapp