You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Notes to my future self or others on how to push new code to dockerhub:
docker build -t nal_rna_seq_annotation_pipeline .
docker buildx build --platform linux/amd64 -t nal_rna_seq_annotation_pipeline .
docker tag nal_rna_seq_annotation_pipeline:latest mpoelchau/nal_rna_seq_annotation_pipeline:latest
docker push mpoelchau/nal_rna_seq_annotation_pipeline:latest
The text was updated successfully, but these errors were encountered: