Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to start Docker Virtual Switch container #2940

Open
thovikeerthi opened this issue Oct 24, 2023 · 0 comments
Open

Failed to start Docker Virtual Switch container #2940

thovikeerthi opened this issue Oct 24, 2023 · 0 comments

Comments

@thovikeerthi
Copy link

thovikeerthi commented Oct 24, 2023

Hi,
I am trying to run Docker Virtual Switch image following references from community GIThub link https://github.com/sonic-net/sonic-buildimage/blob/master/platform/vs/README.vsdocker.md . Then facing an error as below. Please suggest.

Steps:

Clone 202305 branch source code

Run command
$ cd sonic-buildimage/plaform/vs/

Using the above shared link, created the docker name space by running following commands:
$ docker run -id --name sw debian bash
$ sudo ./create_vnet.sh -n 2 sw
$ ip netns list

Whenever I attempt to start the VS Docker using command, then error is shown as detailed below.
$ docker run --privileged --network container:sw --name vs -d docker-sonic-vs

Error Message:
sonic@sfsintel:/sonic-path$ docker run --privileged --network container:sw --name vs -d docker-sonic-vs
Unable to find image 'docker-sonic-vs:latest' locally
docker: Error response from daemon: pull access denied for docker-sonic-vs, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.

Please help what is the error in my approach.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant