cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1108
Views
1
Helpful
0
Replies

YDK now available on DockerHub!

abhirame
Cisco Employee
Cisco Employee

Docker images for YDK are now automatically built on DockerHub. This be used to run YDK without installing anything natively on your machine.

To use the docker image, install docker on your system and run the image. See the docker documentation for more details.

Check out all the YDK DockerHub repositories here.

To download and launch the ydk-py docker image, just execute:

    # For the image with the latest code:
    docker run -it ydkdev/ydk-py

    # For a tagged image from the 0.7.1 release:
    docker run -it ydkdev/ydk-py:0.7.1 


To download and launch the ydk-go docker image, just execute:

    # For the image with the latest code:
    docker run -it ydkdev/ydk-go

    # For a tagged image from the 0.7.1 release:
    docker run -it ydkdev/ydk-go:0.7.1 


To download and launch the ydk-gen docker image, just execute:

    # For the image with the latest code:
    docker run -it ydkdev/ydk-gen

    # For a tagged image from the 0.7.1 release:
    docker run -it ydkdev/ydk-gen:0.7.1 
0 Replies 0