How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "nhalm/debian8-desktop"
end
vagrant init nhalm/debian8-desktop
vagrant up
This version was created about 7 years ago.
nhalm@vagrant:~$ git version
git version 2.13.1
nhalm@vagrant:~$ go version
go version go1.8.3 linux/amd64
nhalm@vagrant:~$ iex
Erlang/OTP 19 [erts-8.3.3] [source] [64-bit] [async-threads:10] [hipe] [kernel-poll:false]
Interactive Elixir (1.4.4) - press Ctrl+C to exit (type h() ENTER for help)
iex(1)>
This version was created over 7 years ago.
There isn't a description.
This version was created over 7 years ago.
There isn't a description.