/registry-web-dev

BioContainers Registry UI, hosted in http://biocontainers.pro

Primary LanguageVueApache License 2.0Apache-2.0

DEPRECATED Repository.

The Registry project has been merged with the registry-web page in repository Registry

This project provides a web UI for BioContainers

  • This application is written in JavaScript, and you can deploy this application easily.
  • This application doesn't store any user data.
  • You can find the necessary information simply from the Docker Registry documentation.

How to Test

  • To test the application go to dist directory and install npm install -g http-server, then use httop-server to test the app:
http-server -o

We have already deployed this web-ui to our github pages.

  • Please set your docker-registry IP at "Set Registry IP" option.
  • And you can use the Web UI.

How to Install to your own server

Download the source code and put these files to a web server.

Features

  • Show all biocontainers in dockerhub and quay.io.
  • Search for containers using the Search Box
    • If user wants to search in the entire hub just like the docker hub, then he can use the search option given at the top. The phrase he wants to search for will search in the entire hub.
  • Filter by word
  • Sort
    • User can use the sort option to sort the items accorsing to the alphabetical order whether it is ascending or decending.
  • Show the containers description.