docker build of sparkfun's phant (phant.io)
1.2K
#Sparkfun Phant (phant.io) All credit goes to the sparkfun team for creating such a useful utility. I'm just wrapping up the build into a docker container for those that want to use it in dockerland.
##To get this image
docker pull jturpin/phant
##To build this image yourself
git pull [email protected]:JTurpin/phant.git
cd phant
docker built -t <image_name> .
##To Run
docker run -d -p 8080:8080 -p 8081:8081 -v /data/phant_streams/:/phant_streams/ jturpin/phant
Content type
Image
Digest
sha256:c455cf922…
Size
252.4 MB
Last updated
almost 11 years ago
docker pull jturpin/phant