Merge pull request #547 from jakirkham/docker_ci

Docker CI
Min RK 10 years ago
commit 2f67942698

@ -2,7 +2,7 @@
# Another Docker container should inherit with `FROM jupyter/notebook`
# to run actual services.
FROM ubuntu:14.04
FROM jupyter/ubuntu_14_04_locale_fix
MAINTAINER Project Jupyter <jupyter@googlegroups.com>

@ -0,0 +1,11 @@
machine:
services:
- docker
dependencies:
override:
- docker info
test:
override:
- docker build -t jupyter/notebook .
Loading…
Cancel
Save