Browse Source

info web url

master
zeus 3 years ago
parent
commit
b6ce872513
  1. 12
      faq/modules/ROOT/pages/index.adoc

12
faq/modules/ROOT/pages/index.adoc

@ -8,15 +8,15 @@
* xref:index.adoc#Fix_x509_certificate_signed_by_unknown_authority_issue[How to Fix "x509: certificate signed by unknown authority" issue] * xref:index.adoc#Fix_x509_certificate_signed_by_unknown_authority_issue[How to Fix "x509: certificate signed by unknown authority" issue]
[#Add_current_user_to_the_docker_group0] [#Add_current_user_to_the_docker_group0]
* xref:index.adoc#Add_current_user_to_the_docker_group[Homw to Add current user to the docker group] * xref:index.adoc#Add_current_user_to_the_docker_group[How to Add current user to the docker group]
[#poc-rocketchat0] [#poc-rocketchat0]
* xref:index.adoc#poc-rocketchat[Homw to open Web service rocketchat] * xref:index.adoc#poc-rocketchat[How to open Web service rocketchat]
[#microservice-gns30] [#microservice-gns30]
* xref:index.adoc#microservice-gns3[Homw to open Web service microservice-gns3] * xref:index.adoc#microservice-gns3[How to open Web service microservice-gns3]
@ -90,7 +90,7 @@ openssl s_client -showcerts -connect $registry_address:$registry_port < /dev/nul
[#Add_current_user_to_the_docker_group] [#Add_current_user_to_the_docker_group]
[.text-right] [.text-right]
== Homw to Add current user to the docker group xref:index.adoc#Fix_x509_certificate_signed_by_unknown_authority_issue0[image:up-1.png[28,28,float=right]] == How to Add current user to the docker group xref:index.adoc#Fix_x509_certificate_signed_by_unknown_authority_issue0[image:up-1.png[28,28,float=right]]
[source,bash] [source,bash]
---- ----
@ -99,7 +99,7 @@ sudo usermod -aG docker $USER
[#poc-rocketchat] [#poc-rocketchat]
[.text-right] [.text-right]
== Homw to open Web service rocketchat xref:index.adoc#rocketchat0[image:up-1.png[28,28,float=right]] == How to open Web service rocketchat xref:index.adoc#rocketchat0[image:up-1.png[28,28,float=right]]
[source,bash] [source,bash]
@ -109,7 +109,7 @@ Start poc-rocketchat with URL: http://localhost:7030
[#microservice-gns3] [#microservice-gns3]
[.text-right] [.text-right]
== Homw to open Web service microservice-gns3 xref:index.adoc#microservice-gns30[image:up-1.png[28,28,float=right]] == How to open Web service microservice-gns3 xref:index.adoc#microservice-gns30[image:up-1.png[28,28,float=right]]
Find IP:port in: Find IP:port in:

Loading…
Cancel
Save