From 2b9fe883425a1ec74602365fa8226656ea525a8a Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Wed, 5 Jul 2023 13:58:16 +0100 Subject: [PATCH] Fix image paths in DOCKER.md documentation (#2226) --- DOCKER.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DOCKER.md b/DOCKER.md index d920e706..208f43e2 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -69,11 +69,11 @@ SurrealDB is an end-to-end cloud native database for web, mobile, serverless, ja View the [features](https://surrealdb.com/features), the latest [releases](https://surrealdb.com/releases), the product [roadmap](https://surrealdb.com/roadmap), and [documentation](https://surrealdb.com/docs). -

  Documentation

+

  Documentation

For guidance on installation, development, deployment, and administration, see our [documentation](https://surrealdb.com/docs). -

  Run using Docker

+

  Run using Docker

Docker can be used to manage and run SurrealDB database instances without the need to install any command-line tools. The SurrealDB docker container contains the full command-line tools for importing and exporting data from a running server, or for running a server itself. @@ -93,7 +93,7 @@ Access to the surrealdb CLI with: docker exec -it /surreal sql -c http://localhost:8000 -u root -p root --ns test --db test --pretty ``` -

  Run using Docker Compose

+

  Run using Docker Compose

The Docker image can be used with the docker-compose tool.