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.
Use
- To install the package in your project:
using Pkg
Pkg.add("https://git.nilu.no/fact/utils/JuliaDockerClient.git")
- 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
Citation
- Boero, Riccardo. 2024. “FACT Utils: Docker Julia 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.