Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/wellcommerce/docker-wellcommerce
- Owner: WellCommerce
- License: mit
- Created: 2015-11-23T22:13:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-26T12:22:10.000Z (about 9 years ago)
- Last Synced: 2024-03-19T02:32:15.172Z (10 months ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)