Skip to content

coeusite/docker-weave2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-weave2

A docker image to run Weave2 from iweave.com

Build image yourself

Checkout git repository

git clone https://github.com/Starfox899/docker-weave2.git

Build iweave image

docker build -t iweave .

Run mysql and iweave image

docker run --rm --name mysql_iweave -d -e MYSQL_ROOT_PASSWORD=myFancyPassword mysql
docker run --rm -it -p 8080:8080 --link mysql_iweave:mysql iweave

Run image from dockerhub

docker run --rm --name mysql_iweave -d -e MYSQL_ROOT_PASSWORD=myFancyPassword mysql
docker run --rm -it -p 8080:8080 --link mysql_iweave:mysql starfox/iweave

First steps of usage

  1. Goto http://localhost:8080/AdminConsole.html
  2. Login with user iweave and password iweave
  3. Start working with weave according to the weave tutorial http://iweave.wpengine.com/documentation/

About

A docker image to run Weave2 from iweave.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages