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

docker compose file doesn't work #90

Closed
raybellwaves opened this issue Aug 22, 2020 · 2 comments · Fixed by #92
Closed

docker compose file doesn't work #90

raybellwaves opened this issue Aug 22, 2020 · 2 comments · Fixed by #92

Comments

@raybellwaves
Copy link
Contributor

Following the notes in the README.md in the tests folder

https://github.com/dask/adlfs/blob/master/adlfs/tests/README.md

When I run docker-compose.yml I get

(adlfs-dev) Ray@UM-404XFVH4 adlfs % docker-compose up
Creating network "adlfs_default" with the default driver
Pulling azurite (mcr.microsoft.com/azure-storage/azurite:)...
latest: Pulling from azure-storage/azurite
cbdbe7a5bc2a: Pull complete
bd07af9ed1a4: Pull complete
3556ccf180b2: Pull complete
089d4748da74: Pull complete
6971638b255d: Pull complete
84e862bb769b: Pull complete
6c4a6b731cae: Pull complete
4f6d04b7d045: Pull complete
1385221e8f87: Pull complete
418c070ee704: Pull complete
ef2c1abd1a8a: Pull complete
720542683141: Pull complete
8ef034eecb73: Pull complete
d8ac6bf2d5e8: Pull complete
Digest: sha256:f1fdee4a45226659c5afa30b8d8d3a479037c701826d32448078f22a7cd011a4
Status: Downloaded newer image for mcr.microsoft.com/azure-storage/azurite:latest
Building test
Step 1/4 : FROM continuumio/miniconda3
ERROR: Service 'test' failed to build: Get https://registry-1.docker.io/v2/continuumio/miniconda3/manifests/latest: unauthorized: incorrect username or password
@raybellwaves
Copy link
Contributor Author

The other command works

(adlfs-dev) Ray@UM-404XFVH4 adlfs % docker run -p 10000:10000 mcr.microsoft.com/azure-storage/azurite azurite-blob --blobHost 0.0.0.0 --debug /tmp/debug.log
Azurite Blob service is starting on 0.0.0.0:10000
Azurite Blob service successfully listens on http://0.0.0.0:10000

Worth removing or fixing https://github.com/dask/adlfs/blob/master/docker-compose.yml

@raybellwaves
Copy link
Contributor Author

Following on from this perhaps https://github.com/raybellwaves/adlfs/blob/master/adlfs/tests/README.md can be deleted. I see the user doesn't really have to think about the docker image as it's part of the testing

https://github.com/dask/adlfs/blob/master/adlfs/tests/test_core.py#L15

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

Successfully merging a pull request may close this issue.

1 participant