Skip to content

boettiger-lab/devcontainer-binder-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

DevContainer Test Repository

This repository tests the devcontainer.json → Dockerfile workflow for BinderHub.

Binder

How this works

  1. The .devcontainer/devcontainer.json specifies the environment
  2. We use repo2docker --write-dockerfile Dockerfile to generate a Dockerfile
  3. Standard BinderHub sees the Dockerfile and builds from it

Verify

import numpy
import os
print(f"TEST_VAR = {os.environ.get('TEST_VAR')}")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%