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

Is this how the tool work? #3

Open
linearregression opened this issue Aug 3, 2016 · 0 comments
Open

Is this how the tool work? #3

linearregression opened this issue Aug 3, 2016 · 0 comments

Comments

@linearregression
Copy link

So I need a docker-ssh-exec server running by:
docker run -v ~/.ssh/id_rsa:/root/.ssh/id_rsa --name=keyserver -d
mdsol/docker-ssh-exec -server

And what in the Dockerfile in the client?
I need:
ADD pkg/docker-ssh-exec-0.5.2/docker-ssh-exec-0.5.2 /usr/local/bin/docker-ssh-exec-0.5.2
ENV
PATH=$MINT_HOME/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bin:$PATH
then

RUN docker-ssh-exec-0.5.2 git clone -b master --depth 1 [email protected]/lalala/something/something.git /opt

????
It is not clear from the README.
I saw that when the container is building it is broadcasting UDP to keyserver. How it finds the container running the keyserver?

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

No branches or pull requests

1 participant