Code Monkey home page Code Monkey logo

proyecto's Introduction

USO DE HERRAMIENTAS DE VIRTUALIZACIÓN Y CONTENEDORES DOCKER, PARA LA CREACIÓN DE ENTORNOS DE DESARROLLO PORTABLES, CONSISTENTES Y REPRODUCIBLES.

Sustentacion Proyecto Aplicado

Presentación

https://repository.unad.edu.co/handle/10596/59287

Multiplataforma:

Linux Windows OSX

Dependencias:

  • Git
  • Git
  • Git

Modo de uso:

Clone el reposoitorio.

git clone https://github.com/nullx5/proyecto.git

https://i.imgur.com/zv9Q4Fh.png

Muevase al directorio del laboratorio que desea probar e inicie la maquina.

vagrant up

Ingrese a la maquina.

vagrant ssh

Apagar la maquina.

vagrant halt

Lab01

  • Simple Pila LAMP sobre Vagrant.

lab01

Lab02

  • CMS Wordpress y Base de Datos Mysql Sobre Red Docker.

lab02

Lab03

  • Django Framework Web y Base de Datos Postgresql sobre Red docker-compose.

lab03

Lab04

  • OWASP Juice Shop: Insecure web application Sobre Red Docker.

lab04

Lab05

  • PhpIPAM – Open source IP address management Docker.

lab04

Solución de Problemas en Linux:

Si no reconoce la configuración de red, crear el archivo networks.conf con el segmento de red asignado en los laboratorios.

sudo nvim /etc/vbox/networks.conf
       * 192.168.33.0/24

Si da error "The vboxdrv kernel module is not loaded." Falta Oracle VM VirtualBox Support Driver vboxdrv

Desabilitar secure boot en la BIOS
Desinstalar todos los paquetes libvirt
sudo apt install --reinstall linux-headers-$(uname -r) dkms
reboot
sudo modprobe vboxdrv
sudo lsmod |grep vboxdrv
sudo modinfo vboxdrv
sudo /sbin/vboxconfig
sudo locate vboxdrv

sudo vagrant up

error modprove vboxdrv

proyecto's People

Contributors

nullx5 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.