Skip to content
This repository was archived by the owner on Sep 26, 2021. It is now read-only.
This repository was archived by the owner on Sep 26, 2021. It is now read-only.

docker volume mounts not working with boot2docker v19.03.0 #844

@dhohengassner

Description

@dhohengassner

Created a VM using docker-machine create today. It seems file volume mounts for docker containers are not working (mounted directories are empty). The reason seems to be that docker-machine grabs the latest boot2docker image - https://github.com/boot2docker/boot2docker/releases/tag/v19.03.0

Pinned the version now to v18.09.8 and mounts are working again.

This is easy to reproduce:

docker run --rm -it -v $PWD:/src --entrypoint sh alpine:latest
ls /src

Any help or fix is much appreciated!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions