-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Description
This library is awesome for integration testing -- many thanks.
One thing that I have noticed is that most tests can run much faster if the docker tmpfs feature is used when running a container. For instance, on OSX one test went down from 40 seconds to 10 seconds when the database was run in tmpfs.
Using tmpfs is done through the HostConfig part of the docker API.
Would it be possible to support the tmpfs option in docker-it-scala?
Metadata
Metadata
Assignees
Labels
No labels