Coder Social home page Coder Social logo

docker-kivy's Introduction

docker-kivy

Note: This project is still under construction.

A simple docker container that provides a build environment for Kivy

See: http://kivy.org/#home

Note: We recommend using apt-cacher-ng to speed up package fetching - you should configure the host for it in the provided 71-apt-cacher-ng file.

Getting the image

There are various ways to get the image onto your system:

The preferred way (but using most bandwidth for the initial image) is to get our docker trusted build like this:

docker pull kartoza/kivy

To build the image yourself without apt-cacher (also consumes more bandwidth since deb packages need to be refetched each time you build) do:

docker build -t kartoza/kivy git://github.com/kartoza/docker-kivy

To build with apt-cache (and minimised download requirements) do you need to clone this repo locally first and modify the contents of 71-apt-cacher-ng to match your cacher host. Then build using a local url instead of directly from github.

git clone git://github.com/kartoza/docker-kivy

Now edit 71-apt-cacher-ng then do:

docker build -t kartoza/kivy .

Run

To create a running container do:

sudo docker run --name "kivy" --hostname="kivy" --rm -i -t kartoza/kivy --help

Credits

Tim Sutton ([email protected]) May 2014

docker-kivy's People

Contributors

satels avatar timlinux avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

docker-kivy's Issues

Unable to install

Not able to pull the image as instructed in your docs:

evbo@evbo-PC MINGW64 /c/work/docker-kivy-pricise (master)
$ docker pull timlinux/kivy
Using default tag: latest
Pulling repository docker.io/timlinux/kivy
Error: image timlinux/kivy:latest not found

evbo@evbo-PC MINGW64 /c/work/docker-kivy-pricise (master)
$ docker pull kartoza/kivy
Using default tag: latest
Pulling repository docker.io/kartoza/kivy
Error: image kartoza/kivy:latest not found

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.