Skip to content

CounterFit-IoT/counterfit-docker-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CounterFit Docker Container

A docker container with CounterFit installed.

This container has been deployed to DockerHub. You can pull it with the following command:

docker pull jimbobbennett/counterfit:latest

When you run this container, you need to map port 5000 inside the container to a port on your local machine. You can then access CounterFit at localhost using that port.

For example:

docker run -p 5001:5000 jimbobbennett/counterfit:latest

Then open http://localhost:5001.

About

A docker container with CounterFit installed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published