|
|
@ -11,6 +11,12 @@ |
|
|
|
* xref:index.adoc#Add_current_user_to_the_docker_group[Homw to Add current user to the docker group] |
|
|
|
|
|
|
|
|
|
|
|
[#poc-rocketchat0] |
|
|
|
* xref:index.adoc#poc-rocketchat[Homw to open Web service rocketchat] |
|
|
|
|
|
|
|
|
|
|
|
[#microservice-gns30] |
|
|
|
* xref:index.adoc#microservice-gns3[Homw to open Web service microservice-gns3] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -90,3 +96,32 @@ openssl s_client -showcerts -connect $registry_address:$registry_port < /dev/nul |
|
|
|
---- |
|
|
|
sudo usermod -aG docker $USER |
|
|
|
---- |
|
|
|
|
|
|
|
[#poc-rocketchat] |
|
|
|
[.text-right] |
|
|
|
== Homw to open Web service rocketchat xref:index.adoc#rocketchat0[image:up-1.png[28,28,float=right]] |
|
|
|
|
|
|
|
|
|
|
|
[source,bash] |
|
|
|
---- |
|
|
|
Start poc-rocketchat with URL: http://localhost:7030 |
|
|
|
---- |
|
|
|
|
|
|
|
[#microservice-gns3] |
|
|
|
[.text-right] |
|
|
|
== Homw to open Web service microservice-gns3 xref:index.adoc#microservice-gns30[image:up-1.png[28,28,float=right]] |
|
|
|
|
|
|
|
Find IP:port in: |
|
|
|
|
|
|
|
* Instances->running Containers |
|
|
|
|
|
|
|
** Actions->Ports |
|
|
|
|
|
|
|
[source,bash] |
|
|
|
---- |
|
|
|
Start with URL: http://localhost:port |
|
|
|
---- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|