Docker cannot be found on OSX #221
Closed
Comments
Merged
Hi, If you upgrade to Telepresence v0.58 this should be fixed natively. Can I ask what you're using Telepresence for? |
Thanks! I mean to use it to run my local code in a remote kubernetes cluster. So far I've been using a script to zip my source code, scp it to the cluster host, unzip, build a container, and add it to the cluster. It gets even more complicated when I want to debug the code remotely. Telepresence should make that all a whole lot easier. I only started using it now but the first tests are promising! |
Cool, let us know if you have any problems or features you'd like added. You might also be interested in http://forge.sh, another tool we're working on. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What were you trying to do?
Run telepresence in container mode
What did you expect to happen?
The container is build and proxied from the remote kubernetes cluster
What happened instead?
It crashes because docker cannot be found
Automatically included information
Command line:
['/usr/local/bin/telepresence', '-m', 'container', '--swap-deployment', 'user-service', '--expose', '3000', '--docker-run', '--rm', '-it', '-v', '/Users/vwee/go/src/github.com/fujitsueos/user-service:/go/src/github.com/fujitsueos/user-service', 'fujitsueos/user-service', 'sh', '-c', 'go get -v github.com/pilu/fresh && fresh']
Version:
0.57
Python version:
3.6.1 (default, Apr 19 2017, 14:24:39) [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)]
kubectl version:
Client Version: v1.7.0
oc version:
(error: [Errno 2] No such file or directory: 'oc')
OS:
Darwin FL737.local 15.6.0 Darwin Kernel Version 15.6.0: Tue Apr 11 16:00:51 PDT 2017; root:xnu-3248.60.11.5.3~1/RELEASE_X86_64 x86_64
Traceback:
Logs:
The text was updated successfully, but these errors were encountered: