azmy98

Results 7 issues of azmy98

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. ####...

This document provides general information about reset local users' passwords during init implementation in SONiC The scope of this document is to cover definition, design and implementation of SONiC reset...

Adding documentation regarding the network and ports configurations for docker manifest | Submodule | PR Title | Status | | ---| --- | --- | | sonic-buildimage | [Adjusting docker...

#### Description I added base class implementation for local-users-passwords-reset feautre. #### Motivation and Context It defines the abstract class the vendor needs to implement for local-users-passwords-reset feature #### How Has...

### What I did Added CLI commands for Local Users' Passwords Reset feature according to HLD: https://github.com/sonic-net/SONiC/pull/1577 ### How I did it Added CLI commands to: 1. Enable/disable Local Users'...

### Why I did it Added Local Users' Passwords Reset feature-related Config DB table according to HLD: https://github.com/sonic-net/SONiC/pull/1577 ### How I did it Added Local Users' Passwords Reset table name...

#### Why I did it To support docker network configuration and support port forwarding from values in the manifest file #### How I did it update the docker_image_ctl.j2 file ####...