# travis-docker-example **Repository Path**: mirrors_lukecyca/travis-docker-example ## Basic Information - **Project Name**: travis-docker-example - **Description**: Proof of concept for running docker in a Travis CI build - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README travis-docker-example ===================== [![Build Status](https://travis-ci.org/lukecyca/travis-docker-example.png)](https://travis-ci.org/lukecyca/travis-docker-example) Proof of concept for running docker in a Travis CI build under [User Mode Linux](http://user-mode-linux.sourceforge.net) With inspiration from: * [Docker unit tests](https://github.com/jpetazzo/docker/blob/master/.travis.yml) * [travis-vagrant-up](https://github.com/veewee-community/travis-vagrant-up) (no longer working) and its accompanying [blog post](http://keyholesoftware.com/2012/12/05/building_vagrant_boxes_with_veewee_on_travis/) * [Dockerpty](https://github.com/d11wtq/dockerpty)