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

HOW TO USE #139

Closed
lurenjia528 opened this issue Apr 9, 2019 · 2 comments
Closed

HOW TO USE #139

lurenjia528 opened this issue Apr 9, 2019 · 2 comments
Labels
question Further information is requested

Comments

@lurenjia528
Copy link

I see https://github.com/uber/kraken/blob/master/examples/devcluster/README.md

for example: I have an image "asd/qwe/busybox:0.0.1"
docker tag asd/qwe/busybox:0.0.1 localhost:15000/qwe/busybox:0.0.1
docker push localhost:15000/qwe/busybox:0.0.1
on another machine
docker pull localhost:16000/qwe/busybox:0.0.1
finally ,the image named "localhost:16000/qwe/busybox:0.0.1" ,but my origin image named "asd/qwe/busybox:0.0.1",the inage name has changed
and how to config "host.docker.internal"?
and ,all the componet(agent,testfs,proxy,build-index,redis-server,tracker,origin),how to deploy?
for example : I have 1 master,3 agent

@yiranwang52
Copy link
Collaborator

finally ,the image named "localhost:16000/qwe/busybox:0.0.1" ,but my origin image named "asd/qwe/busybox:0.0.1",the inage name has changed

This is how docker works, the image name always contain the registry address, it's not a kraken issue.

how to config "host.docker.internal"?

Not sure what you are trying to do...does this help? https://github.com/uber/kraken/blob/master/docs/CONFIGURATION.md#configuring-storage-backend-for-origin-and-build-index

how to deploy?

Does our k8s example help?
https://github.com/uber/kraken#kraken-on-kubernetes

@yiranwang52 yiranwang52 added the question Further information is requested label Apr 9, 2019
@lurenjia528
Copy link
Author

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants