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
UPDATE BADGE URLS TO MATCH CONTAINER TAG
quick launch | tag | size | metrics | build | status |
---|---|---|---|---|---|
ADD INSTRUCTIONS HERE ON HOW TO LAUNCH THE CONTAINER LOCALLY WHEN USERS ARE BUILDING FIRST IMAGE AND DOING TESTING
example:
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>
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.
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>