tonybaloney / mocker

A Docker-type runtime, written in 100% Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This works to testing ?

Marlysson opened this issue · comments

Great work :D , this would work just to testing behavior?

I've followed the Docker image API specifications, so the pull feature could be used for testing, it doesn't use BRTFS sub volume mounting - yet so I've noticed the tomcat image for example doesn't work.
The project is supposed to be about learning core concepts of Docker, thinking about how they could work in Python and also, keeping it simple.