You're reading Mocko v1 (legacy) documentation. Mocko v2 is the current version. View the v2 docs.
Getting Started with Complete Stack
Installation
You need Docker and docker-compose for this installation.
Clone the Mocko repository and enter it:
git clone https://github.com/mocko-app/mocko.git
cd mockoStart the stack. On Linux or Mac you may need sudo if you are not in the docker group:
docker-compose upThat's it. Access http://localhost:8080 to use the UI. Your mocks are served on localhost:8081.
Next steps
Now that Mocko is up and running, learn the main functionality with Templating.