Login ssh without password
ssh-keygen
ssh-copy-id -i ~/.ssh/id_rsa.pub [email protected]
ssh [email protected]
Sync container with local host using rsync and ssh without password
rsync -rv [email protected]:~/repository/ipq_reborn_cms/ ipq_reborn_cms/