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.
Use
- 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")
- 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
Citation
- Boero, Riccardo. 2024. “FACT Utils: Julia Docker Client.” OSF. doi:10.17605/OSF.IO/JWQYT.
Part of the Fine scAle eConomic daTa - FACT project:
- Boero, Riccardo. 2024. “Fine scAle eConomic daTa - FACT.” OSF. doi:10.17605/OSF.IO/PV4ZW.