Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dockerhub notes #62

Open
mpoelchau opened this issue Oct 31, 2023 · 0 comments
Open

dockerhub notes #62

mpoelchau opened this issue Oct 31, 2023 · 0 comments

Comments

@mpoelchau
Copy link
Contributor

mpoelchau commented Oct 31, 2023

Notes to my future self or others on how to push new code to dockerhub:

  • if you haven't set up an account with docker yet and added the repo, do so. Example documentation: https://www.pluralsight.com/guides/create-docker-images-docker-hub
  • clone the repo and cd into it
  • log in to docker
  • build the image: run docker build -t nal_rna_seq_annotation_pipeline .
    • You may need to use the following if building on a newer Mac but for a linux OS: docker buildx build --platform linux/amd64 -t nal_rna_seq_annotation_pipeline .
  • tag the image (change mpoelchau to other user if needed): docker tag nal_rna_seq_annotation_pipeline:latest mpoelchau/nal_rna_seq_annotation_pipeline:latest
  • push to docker hub: docker push mpoelchau/nal_rna_seq_annotation_pipeline:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant