Преглед на файлове

update docs

tags/v1.5.5
Jonathan Cobb преди 4 години
родител
ревизия
37fa0eed0c
променени са 1 файла, в които са добавени 7 реда и са изтрити 0 реда
  1. +7
    -0
      docs/docker-launcher.md

+ 7
- 0
docs/docker-launcher.md Целия файл

@@ -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).


Зареждане…
Отказ
Запис