|
@@ -54,8 +54,8 @@ To pull and run the Bubble Docker Launcher, open a terminal and run: |
|
|
### Use a Specific Bubble Version |
|
|
### Use a Specific Bubble Version |
|
|
If you know the specific version of Bubble you want, you can just grab that and run it: |
|
|
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 |
|
|
|
|
|
|
|
|
docker pull getbubble/launcher:1.5.8 |
|
|
|
|
|
docker run -p 8090:8090 -t getbubble/launcher:1.5.8 |
|
|
|
|
|
|
|
|
## 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 |
|
|