Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 992 Bytes

docker_images.md

File metadata and controls

27 lines (22 loc) · 992 Bytes

Get the official image for AMR64 platform

Development images

For a quick start with the development image, you can download the official image for ARM64 platform from DockerHub.

$ docker pull docker.io/ligato/dev-vpp-agent-arm64	# latest release (stable)
$ docker pull docker.io/ligato/dev-vpp-agent-arm64:pantheon-dev	# bleeding edge (unstable)

List of all available docker image tags for development image can be found here for ARM64.

Production images

For a quick start with the VPP Agent, you can use pre-build Docker images with the Agent and VPP on Dockerhub: the official image for ARM64 platform.

docker pull ligato/vpp-agent-arm64

Quick start command for arm64 docker image

docker pull ligato/vpp-agent-arm64
docker run -it --name vpp --rm ligato/vpp-agent-arm64