diff --git a/docs/getting-started/index.mdx b/docs/getting-started/index.mdx index 3659b8f..4126b96 100644 --- a/docs/getting-started/index.mdx +++ b/docs/getting-started/index.mdx @@ -5,6 +5,28 @@ slug: /getting-started import dockerComposeContent from '!!raw-loader!./docker-compose.yaml'; import CodeBlock from '@theme/CodeBlock'; + + # Getting Started This guide will walk you through setting up a new platform locally and walk you through some of the basic concepts within the OpenTDF platform. @@ -34,7 +56,7 @@ The first step is to get the platform running locally. You can use the following Not for production use. ::: -Download docker-compose.yaml +Download docker-compose.yaml
Docker Compose @@ -73,11 +95,11 @@ mkdir -p ./opentdf-certs ``` ```shell -docker cp opentdf-caddy-1:/data/caddy/certificates/local/keycloak.opentdf.local/keycloak.opentdf.local.crt ./opentdf-certs +docker compose cp caddy:/data/caddy/certificates/local/keycloak.opentdf.local/keycloak.opentdf.local.crt ./opentdf-certs ``` ```shell -docker cp opentdf-caddy-1:/data/caddy/certificates/local/platform.opentdf.local/platform.opentdf.local.crt ./opentdf-certs +docker compose cp caddy:/data/caddy/certificates/local/platform.opentdf.local/platform.opentdf.local.crt ./opentdf-certs ``` ### Import and Trust Certificates by Operating System