我的设置是: 在Windows 7上,我安装了Oracle Virtual Box。 在Virtual Box上我正在运行Ubuntu 16。 在Ubuntu中,我正在运行Doker Container,ip:172.17.0.2 在docker容器中,我正在运行使用端口8081的Jfrog Artifactory。
我的问题是: 从Windows如何访问我的Jfrog Artifactory服务? (从Windows使用ip:172.17.0.2,无法访问)
答案 0 :(得分:0)
使用Ubuntu VM的IP。 (也许类似于192.168.xx.xx)并在端口8081上访问该IP:192.168.xx.xx:8081。
Private Sub Form_Current()
If Me.Tick_if_destroyable = -1 Then
Me.Date_to_Destroy.Visible = True
Else
Me.Date_to_Destroy.Visible = False
End If
End Sub
Private Sub Tick_if_destroyable_AfterUpdate()
If Me.Tick_if_destroyable = -1 Then
Me.Date_to_Destroy.Visible = True
Else
Me.Date_to_Destroy.Visible = False
Me.Date_to_Destroy.Value = Null
End If
End Sub
这将在您的Ubuntu VM中启动一个容器,并在您的VM的8081上映射容器的端口8081。