Re: [apache/incubator-teaclave] Fix container name of teaclave-file-service missing (#558)

2021-09-25 Thread Mingshen Sun
Merged #558 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/pull/558#event-5359285381

[apache/incubator-teaclave] Fix container name of teaclave-file-service missing (#558)

2021-09-24 Thread Gordon King
## Description
This patch simply adds the missing container name of teaclave-file-service in 
DCAP docker compose file.

Fixes #557 

## Type of change (select or add applied and delete the others)

- [X] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality 
to not work as expected)
- [ ] API change with a documentation update
- [ ] Additional test coverage
- [ ] Code cleanup or just sync with upstream third-party crates

## Checklist

- [X] Fork the repo and create your branch from `master`.
- [ ] If youve added code that should be tested, add tests.
- [ ] If youve changed APIs, update the documentation.
- [ ] Ensure the tests pass (see CI results).
- [ ] Make sure your code lints/format.

You can view, comment on, or merge this pull request online at:

  https://github.com/apache/incubator-teaclave/pull/558

-- Commit Summary --

  * https://github.com/apache/incubator-teaclave/pull/558/commits/12124f8e47e7a442fac84e34b97ff68b71c35904;>Fix
 container name of teaclave-file-service missing in DCAP docker compose file

-- File Changes --

M docker/docker-compose-ubuntu-1804-intel-sgx.yml (1)

-- Patch Links --

https://github.com/apache/incubator-teaclave/pull/558.patch
https://github.com/apache/incubator-teaclave/pull/558.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/pull/558