Vagrant box available for Snappy Ubuntu Core
Stelian Iancu
reg at iancu.ch
Wed Dec 10 23:19:49 UTC 2014
Hi all,
I've created and uploaded a Vagrant box for Snappy. At the moment it's only
for VMware Fusion on the Mac.
In order to use it, create a new folder on your machine and inside create a
Vagrantfile with the following contents:
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "siancu/ubuntu-core-alpha-01"
config.ssh.username = "ubuntu"
config.ssh.password = "ubuntu"
end
Save it and then run the following command:
vagrant up --provider vmware_fusion
After the machine boots up, do a vagrant ssh and you should be in!
Note that the following error message is displayed after booting up:
——————————————————————————————————————————
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
su -c 'cat /tmp/vagrant-network-interfaces > /etc/network/interfaces'
Stdout from the command:
Stderr from the command:
stdin: is not a tty
bash: /etc/network/interfaces: Read-only file system
——————————————————————————————————————————
As far as I can tell, it can be ignored.
If somebody has a Windows machine with VMware workstation installed, please
try
vagrant up --provider vmware_workstation
or
vagrant up --provider vmware_desktop
maybe it works :-).
At the moment there's no VirtualBox version of this box, I might make one
in the future.
Let me know what you think.
Thanks,
Stelian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/snappy-app-devel/attachments/20141211/288867e6/attachment.html>
More information about the snappy-app-devel
mailing list