Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Documentation for local Jenkins environment support with Windows Docker Toolbox  #139

@oiavorskyi

Description

@oiavorskyi

If using the Docker Toolbox on Windows OS, the local Jenkins environment created by start.sh script uses directories mounted within the boot2docker virtual machine and shared with host OS by default. As a result, all code and tests that depend on the support of symbolic links do not work.

The workaround is to create dedicated volume on the virtual machine, that is not shared with host OS, and change the volumes section in the docker-compose.yml file to refer this volume instead of the home directory (~).

This workaround shall be at least documented or, even better, the start.sh script shall notify users, if it identifies this condition, and provide instructions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions