Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

This repository contains Dockerfiles for creating containers to test and run DVC examples in the documentation and katacoda.

Notifications You must be signed in to change notification settings

iterative/dvc-doc-containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DVC Documentation Containers

build-all

This repository contains Dockerfiles to create containers to run documentation examples in the DVC documentation and Katacoda scenarios.

build-all.bash script builds and pushes all images. To update the images, you simply need:

./build-all.bash

Note that build-all.bash script has a TAGPREFIX setting which should be set to a Docker Hub id. The script will report errors if you don't have permission to push to docker.io/dvcorg. You can change TAGPREFIX in build-all.bash to use the script to manage your own images.

Each leaf folder contains a Dockerfile to build image and an (optional) Dockertag file that contains suffix portion of image id in its first line. If Dockertag file is not provided, image id is produced by changing <space> and /s in directory name to -.

As of April 2021, the repository contains images for Katacoda Getting Started scenarios.

The containers in this repository are also used in markdown-code-runner to test the scenarios and the documentation.

About

This repository contains Dockerfiles for creating containers to test and run DVC examples in the documentation and katacoda.

Topics

Resources

Code of conduct

Stars

Watchers

Forks