Skip to content
Snippets Groups Projects

JuliaDockerClient

A Julia package to communicate with Docker (or Podman) daemons through the unix socket and according to the Docker Remote API v1.40. It offers the possibility to access multiple registries and to manage both images and containers.
logo

GitLab License DOI


Use

  1. To install the package in your project from our Local Registry:
using Pkg
Pkg.Registry.add(url="https://git.nilu.no/julia/registry")
Pkg.add("JuliaDockerClient")
  1. To use the package:
using JuliaDockerClient

Please refer to the package documentation for details on how to access Docker API: https://fact.pages.nilu.no/utils/JuliaDockerClient.jl/


Specifications

The software implements version 1.40 fo Docker APIs to preserve full compatibility with both Docker and Podman daemons. https://docs.docker.com/engine/api/v1.40


Notes


Author

Riccardo Boero - ribo@nilu.no

License

AGPL v3

Citation

Part of the Fine scAle eConomic daTa - FACT project: