HBClab / NiBetaSeries

Nipype implementation of BetaSeries Correlations (Beta)
https://nibetaseries.readthedocs.io
MIT License
32 stars 28 forks source link

cannot pull nibetaseries #317

Closed limbicode214 closed 4 years ago

limbicode214 commented 4 years ago

Hi there

I can't pull the image. Tried it on two different machines. "docker pull hbclab/nibetaseries" lead to an error: "Could not reach any registry endpoint"

Does anyone have the same problem ?

thanks, mike

jdkent commented 4 years ago

Hi Mike,

Sorry about the trouble, you need to specify a version/tag you want to pull (e.g., docker pull hbclab/nibetaseries:v0.6.0)

The default version/tag is latest which changes every time someone makes a change to the code, so the latest you use today probably won't be the same latest if you pull again a few months from now, making it difficult to know what version of the code you are running.

If you really need bleeding edge, there is also an unstable tag (buyer beware).

limbicode214 commented 4 years ago

thanks! very useful tool!