Bu depodaki README'yi takiben, kabuğumu oluşturduğum sanal bir makineye bağlamam gerekiyor, ancak bir kez yaptıktan sonra nasıl çıkarım?
İşte talimatlar:
$ git clone git://github.com/honza/django-chef.git
$ cd django-chef
# add yourself to the "users" array in the Vagrantfile
$ sudo echo "127.0.0.1 example.example.com" >> /etc/hosts
$ vagrant up
$ fab vagrant:honza bootstrap # replace with your name
$ vagrant ssh # OK, cool
$ run # I'm trapped!
exit
veCTRL+D
benim için çalıştı, ancakCTRL+C
işe yaramadı.