无法访问docker中的gitlab存储库

我跑了gitlab容器,并创build新的回购。 当我尝试克隆使用http或ssh的回购时,我收到:

fatal: unable to access 'http://root@3908eec185ce/root/my-awesome-project.git/': Could not resolve host: 3908eec185ce 

有我如何克隆:

 git clone http://root@3908eec185ce/root/my-awesome-project.git 

我find了解决办法。 代替

 http://root@3908eec185ce/root/my-awesome-project.git/ 

我用

 http://root@[host]:[port]/root/my-awesome-project.git/