danylmb/bvbrc

By danylmb

Updated 2 months ago

Docker containing BVBRC command line interface.

Image
Data Science
Databases & Storage
Web Servers
0

388

drawing

BVBRC Command Line Interface Docker.

Use

  • Get Docker Image: docker pull danylmb/bvbrc:1.040
  • Run Docker Image: docker run -v <local path>:/data danylmb/bvbrc:1.040 <BVBRC CLI command>
  • Run Docker Image Interactively: docker run -v <local path>:/data -it danylmb/bvbrc:1.040 bash
  • Test Docker Image: docker run danylmb/bvbrc:1.040 p3-login -h
  • Test expected output:
p3-login.pl [-hsv] [long options...] username
        --logout           log out of BV-BRC
                           aka --logoff
        --status (or -s)   display login status
                           aka --whoami
        --rast             create a RAST login token
        --verbose (or -v)  display debugging info
        --help (or -h)     display usage information```

Docker Pull Command

docker pull danylmb/bvbrc