X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fntsim-ng%2Fcore%2Fdocker.h;h=55a400d0b644712482b9626f6ef93e4c0227e8c8;hp=a44cab6b9070ca1e77b9786c5bd9af0562242eb8;hb=c7e43513c1c4c3569d5079db0a9a31c124274e6c;hpb=908fe04b071e17feb1984cbc342ab9f45f325e18 diff --git a/ntsimulator/ntsim-ng/core/docker.h b/ntsimulator/ntsim-ng/core/docker.h index a44cab6..55a400d 100644 --- a/ntsimulator/ntsim-ng/core/docker.h +++ b/ntsimulator/ntsim-ng/core/docker.h @@ -61,3 +61,4 @@ int docker_start(const char *container_name, const char *tag, const char *image, int docker_stop(docker_container_t *container); int docker_usage_get(const char **instances_id, int count, docker_usage_t *usage); +int docker_pull(const char *repo, const char *image, const char *tag);