-
-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Add a guide to vagrant for practicing linux in varius distributions. #130
Comments
@Bhanu-code can you explain this issue |
Thanks for that suggestion @Bhanu-code! I've not personally used Vagrant in a very long time, if you are interested in contributing a chapter about Vagrant that would be great! Might be perfect timing now with https://hacktoberfest.com/ just a couple of days away! |
hmm.. now my question, what is "vagrant" ... i have wrote a Admin-preinstall script for systemd Distros, like Debian, Mind, Buntu and Fedora, because i be more keen of hearing if there comes something like this.. so, it would maby "vagrant" not bad ... best :) |
vagrant is a tool that enables the creation and configuration of lightweight, reproducible, and portable development environment. Basically it is a VM provisioner. and let me know will it be good for this repository. |
i use ubuntu as my main os i will check this out @Bhanu-code |
@Bhanu-code you can achieve the same easily with docker, why vagrant? |
You can't execute linux command directly in a docker linux container but through "exec" command. So many things like vim, httpd, systemctl will be installed in linux container. Also data and changes will not persist after the container is stopped. Docker is a technology for creating and running Linux containers, and Vagrant is a machine provisioning tool used to create VMs and then populate them with applications. In other words, you use Vagrant to create a VM and install Docker. Then, once Docker is installed, that VM can run containers. Vagrant as same as AWS EC2 instance on cloud. but vagrant will run on local machine. |
i want to contribute here please give me permission |
Is your feature request related to a problem? Please describe.
I am requesting for a feature.
Describe the solution you'd like
I have been using vagrant for practicing linux. I think it is a great tool for practicing linux with various distributions and without actually installing Linux OS. You just download an vagrant-box and do 'vagrant up' , it is ready. So, I think it is great for linux practicing.
Additional context
The text was updated successfully, but these errors were encountered: