Skip to content

Use this repository as a template to integrate your new tools

Notifications You must be signed in to change notification settings

cyverse-vice/template-vice-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Project Supported by CyVerse Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. DOI license

TOOL NAME HERE

IMPORTANT: COPY THIS README.MD into any tagged version folder in this repository - Docker Hub will use the README.md in the folder with the Dockerfile

PUT INFORMATION ABOUT THE REPOSITORY AND CONTAINER TYPE HERE

SET UP CIRCLE CI AND OTHER BADGES

DockerHub CircleCI

UPDATE BADGE URLS TO MATCH CONTAINER TAG

quick launch tag size metrics build status

Instructions

ADD INSTRUCTIONS HERE ON HOW TO LAUNCH THE CONTAINER LOCALLY WHEN USERS ARE BUILDING FIRST IMAGE AND DOING TESTING

example:

Run Docker locally or on a Virtual Machine

To run the container, you must first pull them from DockerHub, or activate a CyVerse Account.

A Docker container hosted on DockerHub.

docker pull cyversevice/<CONTAINER-NAME-HERE>:<TAG>
docker run -it --rm -d cyversevice/<CONTAINER-NAME-HERE>:<TAG>

Run Docker container in CyVerse VICE

Unless you plan on making changes to this container, you should just use the existing launch button above.

You can build a new Docker container with additional dependencies from this Docker Hub image by using the FROM cyversevice/<CONTAINER-NAME-HERE>:<TAG> at the beginning of your own Dockerfile.

Developer notes

To test the container locally:

docker run -it --rm -v /$HOME:/app --workdir /app -p 8888:8888 -e REDIRECT_URL=http://localhost:8888 cyversevice/<CONTAINER-NAME-HERE>:<TAG>

About

Use this repository as a template to integrate your new tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published