-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
Description
Bug Reports
- dlite version in use (run
dlite --version):
dlite version 2.0.0-beta9
- expected behavior:
dlite should init
- actual behavior:
I get this message:
[Downloads]$ ./dlite init
WARNING: It appears you have already initialized dlite. Continuing will destroy your current virtual machine and its configuration.
Continue? (y/n): y
Virtual machine hostname [local.docker]:
Disk size (in gigabytes) [20]:
CPU cores to allocate to VM [2]:
Memory to allocate to VM (in gigabytes) [2]:
DNS server [192.168.64.1]:
Docker version [latest]:
Extra flags to pass to the docker daemon:
Allow direct connections to containers [yes]:
Saving configuration: done
Creating ssh key pair: |
Creating ssh key pair: done
Adding host to ssh config: done
Creating tool binaries: done
Creating disk: ERROR!
signal: abort trap
- steps to reproduce
Just downloaded the latest release and ran ./dlite init
Reactions are currently unavailable