Hey @javiroman,
The Rocky Linux Vagrant VirtualBox image only provides a 5GB hard disk. As per the Vagrant documentation:
make sure the user will have enough disk space to do interesting things, without being annoying. For example, in VirtualBox, you should create a dynamically resizing drive with a large maximum size.
I’m assuming this was mistake considering there’s not enough space to install Docker engine.
I suggest using a dynamic disk set to a large size such as 100GB or more.
For comparison, the official CentOS image provides 40GB of space while the Alpine Linux image provides 13GB of space. Not sure why they artificially limit the drive size when using dynamic disks.
Thanks