zeus
3 years ago
14 changed files with 98 additions and 12 deletions
@ -0,0 +1,5 @@ |
|||||
|
name: swarmlab_sidecar-firefox |
||||
|
title: swarmlab_sidecar-firefox |
||||
|
version: docs |
||||
|
nav: |
||||
|
- modules/ROOT/nav.adoc |
After Width: | Height: | Size: 146 KiB |
After Width: | Height: | Size: 80 KiB |
After Width: | Height: | Size: 97 KiB |
After Width: | Height: | Size: 98 KiB |
@ -0,0 +1 @@ |
|||||
|
* xref:index.adoc[firefox] |
@ -0,0 +1,39 @@ |
|||||
|
= Sidecar firefox! |
||||
|
|
||||
|
image::ROOT:swarmlab.png[swarmlab,150,float=right] |
||||
|
|
||||
|
|
||||
|
== What is a "sidecar"? |
||||
|
|
||||
|
|
||||
|
A Sidecar container is a container added to the a Network swarm. |
||||
|
|
||||
|
Be placed it in a Network you can use the same resources being used by the main Network swarm. |
||||
|
|
||||
|
With the Embedded container as a sicedar you are capable to access the resource. |
||||
|
|
||||
|
|
||||
|
== Usage |
||||
|
|
||||
|
=== run instance |
||||
|
|
||||
|
* Run "microservice-firefox" |
||||
|
|
||||
|
** Instances->running Containers->Actions [microservice-firefox_masterservice_1] |
||||
|
|
||||
|
=== Attach network |
||||
|
|
||||
|
** Instances->running Containers->Actions [microservice-firefox_masterservice_1] |
||||
|
|
||||
|
*** Networks->"Select Network" |
||||
|
|
||||
|
=== open Gui |
||||
|
|
||||
|
|
||||
|
** Instances->running Containers->Actions [microservice-firefox_masterservice_1]->openGui |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
@ -0,0 +1,4 @@ |
|||||
|
antora --fetch /antora/site-intro.yml |
||||
|
antora /antora/site-intro.yml |
||||
|
ifconfig |
||||
|
http-server build/site -c-1 |
@ -0,0 +1,4 @@ |
|||||
|
antora --fetch /antora/site.yml |
||||
|
antora /antora/site.yml |
||||
|
ifconfig |
||||
|
http-server build/site -c-1 |
@ -0,0 +1,21 @@ |
|||||
|
site: |
||||
|
title: Swarmlab sidecar-firefox |
||||
|
url: http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs |
||||
|
start_page: swarmlab_sidecar-firefox::index.adoc |
||||
|
content: |
||||
|
sources: |
||||
|
- url: https://git.swarmlab.io:3000/docs/Documentation.git |
||||
|
branches: master |
||||
|
start_path: sidecar-firefox |
||||
|
ui: |
||||
|
bundle: |
||||
|
url: https://git.swarmlab.io:3000/docs/docs/raw/branch/master/ui-bundle.zip |
||||
|
snapshot: true |
||||
|
supplemental_files: ./supplemental-ui |
||||
|
asciidoc: |
||||
|
attributes: |
||||
|
:plantuml-server-url: http://www.plantuml.com/plantuml |
||||
|
extensions: |
||||
|
- '@djencks/asciidoctor-mathjax' |
||||
|
- asciidoctor-plantuml |
||||
|
|
Loading…
Reference in new issue