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.....
I just upgraded to Version 1.13.0 (15072)
I cannot start my test containers:
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
dfThere doesn't seem to be a reasonable scope for a workaround. TestContainers needs to run
df -Pto workout the available diskspace.Stuck for the moment.....