Skip to content

Commit 43cbd13

Browse files
author
Sameer Naik
committed
release 1.0.1-2
1 parent d07bee0 commit 43cbd13

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Docker Repository on Quay.io](https://quay.io/repository/sameersbn/browser-box/status "Docker Repository on Quay.io")](https://quay.io/repository/sameersbn/browser-box)
22

3-
# sameersbn/browser-box:1.0.1-1
3+
# sameersbn/browser-box:1.0.1-2
44

55
- [Introduction](#introduction)
66
- [Contributing](#contributing)
@@ -57,7 +57,7 @@ Automated builds of the image are available on [Dockerhub](https://hub.docker.co
5757
> **Note**: Builds are also available on [Quay.io](https://quay.io/repository/sameersbn/browser-box)
5858
5959
```bash
60-
docker pull sameersbn/browser-box:1.0.1-1
60+
docker pull sameersbn/browser-box:1.0.1-2
6161
```
6262

6363
Alternatively you can build the image yourself.
@@ -72,7 +72,7 @@ With the image locally available, install the wrapper scripts using:
7272
docker run -it --rm \
7373
--volume /usr/local/bin:/target \
7474
--env BROWSER_BOX_REPO=sameersbn \
75-
sameersbn/browser-box:1.0.1-1 install
75+
sameersbn/browser-box:1.0.1-2 install
7676
```
7777

7878
If you would the settings for chrome and firefox to persist
@@ -84,7 +84,7 @@ docker run -it --rm \
8484
--env CHROME_USERDATA=/home/username/.chrome \
8585
--env FIREFOX_USERDATA=/home/username/.mozillia \
8686
--env BROWSER_BOX_REPO=sameersbn \
87-
sameersbn/browser-box:1.0.1-1 install
87+
sameersbn/browser-box:1.0.1-2 install
8888
```
8989

9090

@@ -119,23 +119,23 @@ To upgrade to newer releases:
119119
1. Download the updated Docker image:
120120

121121
```bash
122-
docker pull sameersbn/browser-box:1.0.1-1
122+
docker pull sameersbn/browser-box:1.0.1-2
123123
```
124124

125125
2. Run `install` to make sure the host scripts are updated.
126126

127127
```bash
128128
docker run -it --rm \
129129
--volume /usr/local/bin:/target \
130-
sameersbn/browser-box:1.0.1-1 install
130+
sameersbn/browser-box:1.0.1-2 install
131131
```
132132

133133
## Uninstallation
134134

135135
```bash
136136
docker run -it --rm \
137137
--volume /usr/local/bin:/target \
138-
sameersbn/browser-box:1.0.1-1 uninstall
138+
sameersbn/browser-box:1.0.1-2 uninstall
139139
```
140140

141141
## Shell Access

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1-1
1+
1.0.1-2

scripts/browser-box

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,4 @@ ${SUDO} docker run -d \
150150
${VIDEO_DEVICES} \
151151
${VOLUMES} \
152152
--name="${prog}" \
153-
${BROWSER_BOX_REPO}/browser-box:1.0.1-1 ${prog} $@ >/dev/null
153+
${BROWSER_BOX_REPO}/browser-box:1.0.1-2 ${prog} $@ >/dev/null

0 commit comments

Comments
 (0)