Skip to content

cmtjk/Thyme-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running Thyme in Docker

Prerequesites: execute xhost +local:root to provide the container access to your X-Server, a.k.a your display. Please read http://wiki.ros.org/docker/Tutorials/GUI if you have security concerns, but as long as you are on your personal computer, there's little to worry about.

Start tracking

docker-compose up -d

thyme.json will be saved in ./data.

Stop tracking

docker-compose down

Alternatively you can run docker-compose up and stop with CTRL-C.

Change interval (seconds)

THYME_INTERVAL=30 docker-compose up -d

Create statistic

THYME_STATS=true docker-compose up

thyme.html will be saved in ./data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published