Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Imposter

Imposter is a mocking solution for APIs.

Running

Imposter can be run locally using the Imposter CLI. Alternatively, it can also be run using Docker or a JAR file.

The Imposter server can be started using the cli (this will use the latest version of imposter):

imposter up

or in a Docker container using a specific version:

docker run -ti -v .:/opt/imposter/config -p 8080:8080 outofcoffee/imposter:4.1.2

Imposter runs on port 8080 by default, this can be changed using --port as an option on the command line.

Endpoints

To test that the system is running as expected hit the following endpoint.

curl http://URL/system/status