smengcl commented on code in PR #3641:
URL: https://github.com/apache/ozone/pull/3641#discussion_r936324218
##########
hadoop-ozone/dist/src/main/compose/ozone-topology/docker-compose.yaml:
##########
@@ -147,6 +147,22 @@ services:
networks:
net:
ipv4_address: 10.5.0.71
+ recon:
+ image: ${OZONE_RUNNER_IMAGE}:${OZONE_RUNNER_VERSION}
+ privileged: true #required by the profiler
+ volumes:
+ - ../..:/opt/hadoop
+ ports:
+ - 9888:9888
+ env_file:
+ - docker-config
Review Comment:
Ah, yes. Though it is [not strictly
necessary](https://docs.docker.com/compose/environment-variables/#the-env_file-configuration-option)
(unlike `volume` when we want to map a file from current working directory)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]