Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wellcommerce/docker-wellcommerce

A Docker image for testing WellCommerce (Open-source E-Commerce software)
https://github.com/wellcommerce/docker-wellcommerce

Last synced: about 1 month ago
JSON representation

A Docker image for testing WellCommerce (Open-source E-Commerce software)

Awesome Lists containing this project

README

        

Dockerfile for testing [WellCommerce](https://github.com/WellCommerce/WellCommerce) - Open-source E-Commerce software

## With Docker Compose

```
docker-compose build web
docker-compose up
```

## Get the HTTP port and boot2docker IP

```
docker-compose port web 80
```

```
boot2docker ip
```

# Requirements

* [Docker ToolBox](https://www.docker.com/docker-toolbox)