Deploying using Docker#
Vineyard distributes a docker image that helps the deployment on platforms where Docker is available. The docker image is hosted on the Github Packages and can be pulled from:
docker pull vineyardcloudnative/vineyardd:latest
The docker images can be used in the following way
docker run --rm -it vineyardcloudnative/vineyardd:latest
Just like what you can do with a locally installed vineyard package. See also Deploying on Linux/MacOS.
Docker images history#
All history versions can be found from the ghcr.io/v6d-io/v6d/vineyardd.