sonic-utilities icon indicating copy to clipboard operation
sonic-utilities copied to clipboard

Expanding the manifest capabilities

Open azmy98 opened this issue 2 years ago • 4 comments

Expand docker manifest capabilities

What I did

Expanding the manifest.json file to include new network capabilities including the ports forwarding and docker network type configuration: host, bridge, etc.

How I did it

updating the manifest py file as well as the service_creatore py file.

How to verify it

In order to verify this feature, we need to have the complementary part in the sonic-buildimage repo and then need to install a docker image file with manifest that includes ports in it and network type as well using sonic-package-manager and validate that they are as expected using docker commands such as: 'docker ps' and 'docker inspect' commands

azmy98 avatar Aug 23 '23 09:08 azmy98

this is adding new manifest for 3rd container management, can you update the doc? and provide link to the doc update pr?

lguohan avatar Sep 23 '23 07:09 lguohan

@lguohan, I will add a documentation once the another PR is also approved: https://github.com/sonic-net/sonic-buildimage/pull/16248

azmy98 avatar Nov 26 '23 13:11 azmy98

@lguohan, I added the documentation PR: https://github.com/sonic-net/SONiC/pull/1601

azmy98 avatar Feb 07 '24 11:02 azmy98