|
|
@@ -373,8 +373,8 @@ class DockerSSHBox(Sandbox):
|
|
|
)
|
|
|
)
|
|
|
|
|
|
- mount_dir = config.get('WORKSPACE_MOUNT_PATH')
|
|
|
- print('Mounting workspace directory: ', mount_dir)
|
|
|
+ mount_dir = config.get(ConfigType.WORKSPACE_MOUNT_PATH)
|
|
|
+ logger.info(f'Mounting workspace directory: {mount_dir}')
|
|
|
# start the container
|
|
|
self.container = self.docker_client.containers.run(
|
|
|
self.container_image,
|