Skip to content

Commit e4ba1c8

Browse files
Merge pull request #5 from DeceptivelySimpleTechnologies/AAF-23-Create-Entity-Data-Microservice-(EDM)
Update README with Docker Hub information
2 parents 9ad80ad + 72799e6 commit e4ba1c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,14 +161,14 @@ Please **note** that **this first AAF Data release is primarily for demonstratio
161161
```
162162
1. **In Docker**:
163163
1. Set the profile environment variable with `export spring_profiles_active=min` (NOTE: Remove it with `unset spring_profiles_active`)
164-
1. **Build** a Docker image with `docker build -t deceptivelysimpletechnologies/aafdata:$(date +%Y%m%d_%H%M%S) .`
164+
1. **Build** a Docker image with `docker build -t deceptivelysimpletechnologies/aafdata-entitydatamicroservice:$(date +%Y%m%d_%H%M%S) .`
165165
1. **Pull** the Docker image from DockerHub:
166166
```sh
167-
docker pull deceptivelysimpletechnologies/aafdata:latest
167+
docker pull deceptivelysimpletechnologies/aafdata-entitydatamicroservice:latest
168168
```
169169
1. **Run** the Docker container:
170170
```sh
171-
docker run -d --name aafdata-min -e spring_profiles_active=min -p 8080:8080 -t deceptivelysimpletechnologies/aafdata:latest
171+
docker run -d --name aafdata-min -e spring_profiles_active=min -p 8080:8080 -t deceptivelysimpletechnologies/aafdata-entitydatamicroservice:latest
172172
```
173173

174174

0 commit comments

Comments
 (0)