ssh working
This commit is contained in:
11
Dockerfile
11
Dockerfile
@@ -4,10 +4,11 @@ LABEL authors="bwr"
|
||||
RUN pip install ansible
|
||||
|
||||
COPY .bashrc /root/
|
||||
COPY ansible.key known_hosts /root/.ssh/
|
||||
COPY kube-cluster \
|
||||
playbooks \
|
||||
roles \
|
||||
/
|
||||
COPY id_ed25519 known_hosts /root/.ssh/
|
||||
COPY kube-cluster /kube-cluster
|
||||
COPY playbooks /playbooks
|
||||
COPY roles /roles
|
||||
COPY setup.sh /
|
||||
|
||||
|
||||
ENTRYPOINT ["/bin/bash"]
|
||||
Reference in New Issue
Block a user