You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[](https://quay.io/repository/sameersbn/browser-box)
2
2
3
-
# sameersbn/browser-box:1.0.1-1
3
+
# sameersbn/browser-box:1.0.1-2
4
4
5
5
-[Introduction](#introduction)
6
6
-[Contributing](#contributing)
@@ -57,7 +57,7 @@ Automated builds of the image are available on [Dockerhub](https://hub.docker.co
57
57
> **Note**: Builds are also available on [Quay.io](https://quay.io/repository/sameersbn/browser-box)
58
58
59
59
```bash
60
-
docker pull sameersbn/browser-box:1.0.1-1
60
+
docker pull sameersbn/browser-box:1.0.1-2
61
61
```
62
62
63
63
Alternatively you can build the image yourself.
@@ -72,7 +72,7 @@ With the image locally available, install the wrapper scripts using:
72
72
docker run -it --rm \
73
73
--volume /usr/local/bin:/target \
74
74
--env BROWSER_BOX_REPO=sameersbn \
75
-
sameersbn/browser-box:1.0.1-1 install
75
+
sameersbn/browser-box:1.0.1-2 install
76
76
```
77
77
78
78
If you would the settings for chrome and firefox to persist
@@ -84,7 +84,7 @@ docker run -it --rm \
84
84
--env CHROME_USERDATA=/home/username/.chrome \
85
85
--env FIREFOX_USERDATA=/home/username/.mozillia \
86
86
--env BROWSER_BOX_REPO=sameersbn \
87
-
sameersbn/browser-box:1.0.1-1 install
87
+
sameersbn/browser-box:1.0.1-2 install
88
88
```
89
89
90
90
@@ -119,23 +119,23 @@ To upgrade to newer releases:
119
119
1. Download the updated Docker image:
120
120
121
121
```bash
122
-
docker pull sameersbn/browser-box:1.0.1-1
122
+
docker pull sameersbn/browser-box:1.0.1-2
123
123
```
124
124
125
125
2. Run `install` to make sure the host scripts are updated.
0 commit comments