Created by: Yancey1989
It seems that we do not need a sshd service in container.
We can use command docker exec
with local mode and kubectl exec
with kubernetes instead of ssh root@xxx.yyy.zzz -p 2202
to get into PaddlePaddle container.
Created by: Yancey1989
It seems that we do not need a sshd service in container.
We can use command docker exec
with local mode and kubectl exec
with kubernetes instead of ssh root@xxx.yyy.zzz -p 2202
to get into PaddlePaddle container.