Procházet zdrojové kódy

update docs

tags/v1.5.5
Jonathan Cobb před 4 roky
rodič
revize
37fa0eed0c
1 změnil soubory, kde provedl 7 přidání a 0 odebrání
  1. +7
    -0
      docs/docker-launcher.md

+ 7
- 0
docs/docker-launcher.md Zobrazit soubor

@@ -31,6 +31,7 @@ The commands below assume:
* the docker daemon is running
* the current user has appropriate permissions to start docker containers

### Use the Latest Bubble Version
To pull and run the Bubble Docker Launcher, open a terminal and run:

BUBBLE_RELEASE_URL="https://jenkins.bubblev.org/public/releases/bubble/latest.txt"
@@ -40,6 +41,12 @@ To pull and run the Bubble Docker Launcher, open a terminal and run:
docker pull ${BUBBLE_TAG}
docker run -p 8090:8090 -t ${BUBBLE_TAG}

### Use a Specific Bubble Version
If you know the specific version of Bubble you want, you can just grab that and run it:

docker pull getbubble/launcher:1.5.5
docker run -p 8090:8090 -t getbubble/launcher:1.5.5

## Activation
Upon a successful startup, the bubble launcher will be listening on port 8090 (or whatever
you set the `BUBBLE_PORT` environment variable to).


Načítá se…
Zrušit
Uložit