Y
Hacker News
new
|
ask
|
show
|
jobs
by
drakyoko
175 days ago
would this work inside test containers?
2 comments
radimm
175 days ago
OP here - still have to try (generally operate on VM/bare metal level); but my understanding is that ioctl call would get passed to the underlying volume; i.e. you would have to mount volume
link
odie5533
175 days ago
I use CREATE DATABASE dbname TEMPLATE template1; inside test containers. Have not tried this new method yet.
link