Skip to content

Cannot start test containers - No filesystems present in Docker (on Mac) Version 1.13.0 (15072) #273

@robshep

Description

@robshep

I just upgraded to Version 1.13.0 (15072)

I cannot start my test containers:

2017-01-21 02:28:58.268  INFO 28442 --- [           main] org.testcontainers.DockerClientFactory   : Disk utilization in Docker environment is unknown (unknown available )
2017-01-21 02:28:58.353  WARN 28442 --- [           main] org.testcontainers.DockerClientFactory   : Encountered and ignored error while checking disk space

org.testcontainers.DockerClientFactory$NotAbleToGetDiskSpaceUsageException: null

Running df in the alpine 3.2 image, I have found that, on my setup at least, there are no filesystems mounted as shown by df

graviton:~ rob$ docker run alpine:3.2 df -a
Filesystem           1K-blocks      Used Available Use% Mounted on
graviton:~ rob$

There doesn't seem to be a reasonable scope for a workaround. TestContainers needs to run df -P to workout the available diskspace.

Stuck for the moment.....

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions