Skip to content

Commit 5fd95c7

Browse files
author
Derek Smart
authored
Update README.md
1 parent fbd24a8 commit 5fd95c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ DAF combines environment variables commonly available during CI/CD and data mana
2525
The tools and executable for DAF have been containerized with docker for convenience. Use the latest version by pulling the container below.
2626

2727
```bash
28-
docker pull delphix/daf
28+
docker pull delphix/automation-framework
2929
```
3030
### <a id="delphix-yaml"></a>The delphix.yaml file
3131

@@ -45,7 +45,7 @@ Optionally, the `GIT_EVENT` can be set by a GitHub Webhook Payload file: `payloa
4545
Run the docker container with your project mounted as a volume and environment file instantiated.
4646

4747
```bash
48-
docker run -v ${PWD}:/daf/app --env-file ${PWD}/.env delphix/daf
48+
docker run -v ${PWD}:/daf/app --env-file ${PWD}/.env delphix/automation-framework
4949
```
5050

5151
## <a id="links"></a>Links

0 commit comments

Comments
 (0)