Update README.md

This commit is contained in:
ajasibley 2023-05-18 12:38:06 +00:00 committed by GitHub
parent 3c0ab1f8b8
commit 2dd8d16948
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
# Start Vespa with Docekr
# Start Vespa with Docker
`docker run -it --platform=linux/amd64 --detach --name vespa --hostname vespa-container \
--publish 8080:8080 --publish 19071:19071 \
vespaengine/vespa`