Cleanup docker
After some time you collect quite a huge pile of data in docker. Every image and layer is still stored on your harddrive and you might need to clean up to free some disk...
Information about Programing & Server related topics
After some time you collect quite a huge pile of data in docker. Every image and layer is still stored on your harddrive and you might need to clean up to free some disk...
Unbelievable but true, in newer versions of vagrant the provision is only executed once! Why? You may ask, but i think it is only because some people there not able to make there provisioning...
I am using kvm on my server to put the applications into different virtual machines. For this i currently try to setup my own tool Mission Control that can be found on github. This...
If you want to use the official Oracle Java Version you need to either install it manually or use an unofficial ppa. This is because Ubuntu removed the Oracle/Sun Java from the official repositories....
If you want to allow vagrant to change the nfs export without entering an password you can add this to your sudoers file (to edit it just type visudo as root): # Allow passwordless...
Today i attended on a Coding Dojo at Elite Partner. It was quite interesting to see how other programers look at a problem. For me it was quite hard to realy think in baby steps...
Vagrant sometimes fails to start the vm with a message like this: “SSH connection was refused! This usually happens if the VM failed to boot properly. Some steps to try to fix this: First,...
Vagrant packages for your system (Linux, Mac, Windows) can be found under: http://downloads.vagrantup.com/ First install some dependencies: sudo apt-get install qemu-kvm libvirt-bin libvirt-dev qemu-system virt-manager Install the vagrant kvm plugin: vagrant plugin install vagrant-kvm You can start it with vagrant...
If you are using the latest vagrant version from http://www.vagrantup.com/ you do not need virtualbox additionally. If you install it besides the vagrant one it can interfer with vagrant. I needed to uninstall my local vagrant...
Recent Comments