dockerizing

My docker images to dockerize the world

View the Project on GitHub pdonorio/dockerizing

Dockerized B2SAFE instance

Pre-requisites:

# install docker and docker-compose

 $ docker --version
Docker version 17.06.1-ce-rc1, build 77b4dce
 $ docker-compose --version
docker-compose version 1.14.0, build c7bdf9e

Clone this repo:

$ git clone https://github.com/pdonorio/dockerizing.git 
$ cd dockerizing/composer/b2safe

NOTE: Edit the docker-compose.yml file before the first startup.

Bring the servers up (it might take longer the first time):

$ docker-compose up -d

See logs:

$ docker-compose logs

Operations:

$ docker-compose stop
$ docker-compose start
$ docker-compose restart
$ docker-compose down
$ docker-compose down --volumes  # NOTE: remove all persistent data

You still could: