Skip to content

Commit

Permalink
Add sgx-version of services_dev container
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Steiner <[email protected]>
  • Loading branch information
Michael Steiner committed Apr 26, 2024
1 parent d5d94df commit 860a112
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker/make.dev
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ run_services_dev : build_base build_services_base build_services
$(DOCKER_COMMAND) run $(DOCKER_DEV_ARGS) --name services_container_dev \
-P pdo_services:$(PDO_VERSION) -c "$(DOCKER_DEV_CMD)"

run_services_sgx_dev : build_base build_services_base build_services_sgx
$(DOCKER_COMMAND) run $(DOCKER_DEV_ARGS) --name services_container_sgx_dev \
--volume=/var/run/aesmd:/var/run/aesmd \
--device=$(SGX_DEVICE_PATH):$(SGX_DEVICE_PATH) \
-P pdo_services_sgx:$(PDO_VERSION) -c "$(DOCKER_DEV_CMD)"

run_client_dev : build_base build_client
$(DOCKER_COMMAND) run $(DOCKER_CLIENT_DEV_ARGS) $(DOCKER_DEV_ARGS) --name client_container_dev pdo_client:$(PDO_VERSION) \
-c "$(DOCKER_DEV_CMD)"
Expand Down

0 comments on commit 860a112

Please sign in to comment.