Skip to content
Snippets Groups Projects
Commit 45c9ccf5 authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Update README.md

parent e9a39916
No related branches found
No related tags found
No related merge requests found
......@@ -18,10 +18,11 @@
---
## Use
1. To install the package in your project:
1. To install the package in your project from our [Local Registry](https://git.nilu.no/julia/registry):
```julia
using Pkg
Pkg.add(url="https://git.nilu.no/fact/utils/JuliaDockerClient.jl.git")
Pkg.Registry.add(url="https://git.nilu.no/julia/registry")
Pkg.add("JuliaDockerClient")
```
2. To use the package:
```julia
......@@ -29,6 +30,8 @@ using JuliaDockerClient
``````
Please refer to the package documentation for details on how to access Docker API: https://fact.pages.nilu.no/utils/JuliaDockerClient.jl/
Pkg.Registry.add(url="https://git.nilu.no/julia/registry")
---
## 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment