question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add development docker image to docker-tools

See original GitHub issue

This 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
  • 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:open
  • Created 4 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
ianthomas23commented, May 23, 2022

@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.

1reaction
ianthomas23commented, May 23, 2022

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found