This repository was archived by the owner on Jun 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 33## Setup
44You should replace ` mock ` with your web service under test within the generated [ docker-compose.yml] [ ] file.
55
6+ This is only necessary the first time:
7+
68 wget -nv https://git.io/vKrBP -O Makefile
7- make get setup #first-time
9+ make get setup
810
911If you want VNC helpers support _ (optional)_
1012
@@ -46,6 +48,10 @@ When done, is convenient to shutdown all the containers.
4648 make down
4749
4850## Update
51+ To update latest version of this docker image either ` docker pull elgalu/selenium ` or simply:
52+
53+ make pull
54+
4955Every now and then you will want to upgrade the script files [ .env] ( ../.env ) , [ docker-compose.yml] [ ] , [ mk/] ( ../mk ) and so on.
5056But given the upgrades are destructive is better to git clone this repository and do ` git pull ` from time to time.
5157If you make changes to these config files locally git will advise how to merge latest changes and you will be safe of losing your customizations.
@@ -55,6 +61,6 @@ If you make changes to these config files locally git will advise how to merge l
5561
5662### Git upgrades
5763 git pull
58-
64+ make pull
5965
6066[ docker-compose.yml ] : ../docker-compose.yml
You can’t perform that action at this time.
0 commit comments