You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
????
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: