/commercetools-mock-server

Docker based mock server for the commercetools API

Primary LanguageDockerfile

commercetools-mock-server

Docker image which offers mocks for the commercetools api. This is based on the https://github.com/labd/commercetools-node-mock project.

If you want to use the latest version make sure you have no cached container and run:

docker pull labdigital/commercetools-mock-server:latest
docker run -it -p 8989:8989 labdigital/commercetools-mock-server:latest

Releasing