Skip to content

jmarcos-cano/dockemu-hydra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dockemu

#dependecies docker

to install dockemu

git clone git@github.com:jmarcos-cano/dockemu.git

make sure you have docker install, run this command to ensure

docker --version

if not follow these instructions: UBUNTU 12.04: http://compositecode.com/2013/11/11/getting-docker-installed-on-ubuntu-12-04-lts/

UBUNTU 14.4: http://www.liquidweb.com/kb/how-to-install-docker-on-ubuntu-14-04-lts/

#install dockemu docker image

./build.sh

dockemu local install:

./dockemu

#emergency stop all running containers

docker stop $(docker ps -a -q) && docker rm $(docker ps -a -q)

About

para el paper de oscar 6 febrero

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published