An open API service indexing awesome lists of open source software.

https://github.com/juliacontainerization/dockersandbox.jl

Run Julia `Cmd` objects inside of Docker containers
https://github.com/juliacontainerization/dockersandbox.jl

Last synced: 8 months ago
JSON representation

Run Julia `Cmd` objects inside of Docker containers

Awesome Lists containing this project

README

          

# DockerSandbox.jl

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaContainerization.github.io/DockerSandbox.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaContainerization.github.io/DockerSandbox.jl/dev)
[![Coverage](https://codecov.io/gh/JuliaContainerization/DockerSandbox.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaContainerization/DockerSandbox.jl)

| Julia | CI |
| ------- | -- |
| v1 | [![CI](https://github.com/JuliaContainerization/DockerSandbox.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/JuliaContainerization/DockerSandbox.jl/actions/workflows/ci.yml) |
| nightly | [![CI (Julia nightly)](https://github.com/JuliaContainerization/DockerSandbox.jl/actions/workflows/ci_julia_nightly.yml/badge.svg)](https://github.com/JuliaContainerization/DockerSandbox.jl/actions/workflows/ci_julia_nightly.yml) |

DockerSandbox.jl is a package for running Julia `Cmd` objects inside of Docker containers.

Please see the [documentation](https://JuliaContainerization.github.io/DockerSandbox.jl/stable).