Skip to content
Snippets Groups Projects

DockerJuliaClient

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:
using Pkg
Pkg.add("https://git.nilu.no/fact/utils/JuliaDockerClient.git")
  1. To use the package:
using JuliaDockerClient

Please refer to the APIs accessible in the documentation section: https://fact.pages.nilu.no/utils/JuliaDockerClient/


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: