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 docker daemon is running
* the current user has appropriate permissions to start docker containers * 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: 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" 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 pull ${BUBBLE_TAG}
docker run -p 8090:8090 -t ${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 ## Activation
Upon a successful startup, the bubble launcher will be listening on port 8090 (or whatever Upon a successful startup, the bubble launcher will be listening on port 8090 (or whatever
you set the `BUBBLE_PORT` environment variable to). you set the `BUBBLE_PORT` environment variable to).


Loading…
Откажи
Сачувај