{"id":22166859,"url":"https://github.com/drmacro/docker-basexhttp","last_synced_at":"2026-01-06T00:04:17.136Z","repository":{"id":68335360,"uuid":"50686590","full_name":"drmacro/docker-basexhttp","owner":"drmacro","description":"A docker image for Basex including the BaseX HTTP Server","archived":false,"fork":false,"pushed_at":"2017-03-11T19:23:21.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T21:54:52.779Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"dirkk/docker-basexhttp","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drmacro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-01-29T19:38:24.000Z","updated_at":"2023-03-07T12:54:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"f8116b40-efa7-4e58-8ff5-8aab2b3ed4da","html_url":"https://github.com/drmacro/docker-basexhttp","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drmacro%2Fdocker-basexhttp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drmacro%2Fdocker-basexhttp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drmacro%2Fdocker-basexhttp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drmacro%2Fdocker-basexhttp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drmacro","download_url":"https://codeload.github.com/drmacro/docker-basexhttp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245315287,"owners_count":20595216,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-02T05:25:49.171Z","updated_at":"2026-01-06T00:04:17.129Z","avatar_url":"https://github.com/drmacro.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# BaseX Dockerfile\n\nThis repository contains **Dockerfile** of [BaseX](http://basex.org/) for [Docker](https://www.docker.com/).\n\n## Installation\n\n1. Install [Docker](https://www.docker.com/).\n2. Simplest is to download our [automated build](https://hub.docker.com/r/basex/docker-basexhttp/) by running `docker pull basex/basexhttp`\n\nOtherwise, you could clone this repository by running `git clone git@github.com:dirkk/docker-basexhttp.git` and build the docker image `docker build -t basexhttp .`\n\n## Usage\n\n    docker run -p 80:8984 --rm -it --name=basexhttp basex/basexhttp\n\nThis will run BaseX with the HTTP port listening on port 80 (the default HTTP port).\n\n### Attach persistent/shared directories\n\n    docker run -p 80:8984 -p 1984:1984 --name basexhttp -v \u003cdata-dir\u003e:/data -v \u003crepo-dir\u003e:/repo -v \u003crestxq-dir\u003e:/webapp --rm -it basex/basexhttp\n\nThis will attach your directories (which you have to define in the `\u003c\u003e` parts) as data, repo and restxq directories, respectively.\nAlso, it will bind the BaseX server port, so you can access the BaseX Server using a BaseX Client.\n\nIf you want to start the process in the background you can use the flag `-d` and drop the `--rm -it` flags.\n\nOpen `http://localhost` in your browser to see your RESTXQ page.\n\nUnder Windows and OS X you need to use the IP address of the Docker machine, which you can get using the command:\n\n~~~~\ndocker-machine ip default\n~~~~\n\nE.g.: `http://192.168.99.100:80`\n\n## Use a different BaseX version\n\nWe do use tagged automated builds, so you can download a different docker build at our [build page](https://registry.hub.docker.com/u/dirkk/basexhttp/builds_history/261655/). For example, to use BaseX 8.2 you can issue\n\n    docker pull basex/basexhttp:8.2\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrmacro%2Fdocker-basexhttp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrmacro%2Fdocker-basexhttp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrmacro%2Fdocker-basexhttp/lists"}