Python-based containers engine
- Downloads ubuntu 16.04 using debootstrap to create a container
- mkdir /ubuntu_xenial_1604
- debootstrap --arch=amd64 xenial /ubuntu_xenial_1604 http://archive.ubuntu.com/ubuntu/
./Pocker.py run /bin/bash
pocker run
- pocker build †
- pocker pull
- pocker images
- pocker ps
- pocker run
- pocker exec
- pocker logs
- pocker commit
- pocker rm / docker rmi
Pocker is a third-party app and is not affiliated with Docker.
MIT