Skip to content

Commit

Permalink
docs: Add notes about pre-fetching Tizen Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Aug 5, 2020
1 parent e6b64dc commit 37e1922
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions backends/tizen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ Part of the [Generic WebDriver Server][] family.
npm install --save-dev generic-webdriver-server tizen-webdriver-server
```

Because Docker images may take significant time to download the first time they
are used by the server, you may want to pre-fetch the image you'll be using.
This command will fetch the default image:

```sh
docker pull gcr.io/generic-webdriver-server/tizen-studio-tv-3.0
```


## Usage

Expand Down

0 comments on commit 37e1922

Please sign in to comment.