Add development docker image to docker-tools
See original GitHub issueThis ticket is a follow up from #9716:
Add development docker image in dockertools following the developers guide for getting set up
- create Dockerfile from
dkapitan/continuumio:miniconda-debian-slim
that includes- installation of all dependencies via
environment.yml
- running
python setup.py develop
] - installing
bokeh sampledata
- installation of all dependencies via
- has Makefile for ease-of-use, e.g. launching container in interactive mode + volume mount of working directory on local machine following Travis Reeder’s setup
Not sure what to do with Git Hooks. I think they don’t need to go in the container.
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Building and running Docker images — nix.dev documentation
In this tutorial, you will learn how to build Docker containers using Nix. ... Nixpkgs provides dockerTools to create Docker images:.
Read more >Docker Developer Tools | Dockertools - GitHub Pages
Dockertools - A Curated List of Developers Tools. ... docker build - Easily create and share portable Docker container images using open standards...
Read more >Use containers for development | Docker Documentation
Work through the steps to build an image and run it as a containerized application in Run your image as a container.
Read more >nixpkgs/examples.nix at master - docker - GitHub
Create another layered image, for comparing layers with image 10. another-layered-image = pkgs.dockerTools.buildLayeredImage {.
Read more >Build Python application using Docker image for app hosting
Most developers are familiar with using Docker tools to create Docker images. Docker hub hosts a variety of container images, that helps quick...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Karel-van-de-Plassche Thanks, there isn’t much docker experience amongst the core devs but we are learning fast, and any help will be gratefully received.
@Karel-van-de-Plassche There was some work on Docker images about 6 months ago, summarised at https://github.com/bokeh/bokeh/wiki/Docker-dev-container. The Dockerfile and other related files are in
ci/docker
directory.This is still a work in progress with a tentative plan to revisit it just after the 3.0 release with the possibility of fixing the version of chrome used in the image with that used in our CI. Hopefully multiple developers will adopt the use of docker for their Bokeh building and testing, and we might look at running some of the CI in a docker container.