Skip to content

Commit eecc889

Browse files
author
Tyler Titsworth
authored
Add README explanation for REGISTRY/REPO (#200)
add readme explanation for env vars
1 parent 1b7bd98 commit eecc889

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ This repository contains Dockerfiles, scripts, yaml files, Helm charts, etc. use
99
Define your project's registry and repository each time you use the project:
1010

1111
```bash
12+
# REGISTRY/REPO:TAG
1213
export REGISTRY=<registry_name>
1314
export REPO=<repo_name>
1415
```
1516

17+
> [!NOTE]
18+
> `REGISTRY` and `REPO` are used to authenticate with the private registry necessary to push completed container layers and saved them for testing and publication. For example: `REGISTRY=intel && REPO=intel-extension-for-pytorch` would become `intel/intel-extension-for-pytorch` as the name of the container image, followed by the tag generated from the service found in that project's compose file.
19+
1620
### Set Up Docker Engine
1721

1822
You'll need to install Docker Engine on your development system. Note that while **Docker Engine** is free to use, **Docker Desktop** may require you to purchase a license. See the [Docker Engine Server installation instructions](https://docs.docker.com/engine/install/#server) for details.

0 commit comments

Comments
 (0)