Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker documentation for v4 #1144

Merged
merged 24 commits into from Oct 5, 2022
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
3fee39b
Docker documentation for v4
derrickmehaffy Sep 20, 2022
534f746
work on dev/staging
derrickmehaffy Sep 20, 2022
481c8eb
everything but build, register, deploy
derrickmehaffy Sep 20, 2022
cd60b0d
add references to where to look for docker commands
derrickmehaffy Sep 20, 2022
314948b
move command references to note callouts
derrickmehaffy Sep 20, 2022
47fdfb3
Update docs/developer-docs/latest/setup-deployment-guides/installatio…
derrickmehaffy Sep 21, 2022
4ed71d5
Update docs/developer-docs/latest/setup-deployment-guides/installatio…
derrickmehaffy Sep 21, 2022
a112b1d
Update docs/developer-docs/latest/setup-deployment-guides/installatio…
derrickmehaffy Sep 21, 2022
4cbd8a9
pr feedback for prereq
derrickmehaffy Sep 21, 2022
f2a7daf
Update docs/developer-docs/latest/setup-deployment-guides/installatio…
derrickmehaffy Sep 21, 2022
40e3261
Update docs/developer-docs/latest/setup-deployment-guides/installatio…
derrickmehaffy Sep 21, 2022
4b31425
Update docs/developer-docs/latest/setup-deployment-guides/installatio…
derrickmehaffy Sep 21, 2022
7acb0b3
Update docs/developer-docs/latest/setup-deployment-guides/installatio…
derrickmehaffy Sep 21, 2022
1376aa7
Update docs/developer-docs/latest/setup-deployment-guides/installatio…
derrickmehaffy Sep 21, 2022
6052627
Update docs/developer-docs/latest/setup-deployment-guides/installatio…
derrickmehaffy Sep 21, 2022
f357a29
Update docs/developer-docs/latest/setup-deployment-guides/installatio…
derrickmehaffy Sep 21, 2022
48bf031
Update docs/developer-docs/latest/setup-deployment-guides/installatio…
derrickmehaffy Sep 21, 2022
5a56db5
Update docs/developer-docs/latest/setup-deployment-guides/snippets/do…
derrickmehaffy Sep 21, 2022
fc1c4e1
Update docs/developer-docs/latest/setup-deployment-guides/installatio…
derrickmehaffy Sep 22, 2022
e98f270
Update docs/developer-docs/latest/setup-deployment-guides/installatio…
derrickmehaffy Sep 22, 2022
825cb19
Update docs/developer-docs/latest/setup-deployment-guides/installatio…
derrickmehaffy Sep 22, 2022
2c80b38
PR feedback
derrickmehaffy Oct 4, 2022
c02685c
fix typo
derrickmehaffy Oct 4, 2022
4377a5e
Tweak some docker-related sentences
pwizla Oct 5, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -23,7 +23,6 @@ As it goes hand in hand with the open-source ecosystem, Strapi is open to contri
- [`strapi/strapi`](https://github.com/strapi/strapi): main repository of Strapi, which contains the core of the project. You can find the admin panel, core plugins, plugin providers, and the whole code that runs your Strapi application. Please read the [`CONTRIBUTING.md`](https://github.com/strapi/strapi/blob/master/CONTRIBUTING.md) file to have more information about contributions to the main repository.
- [`strapi/documentation`](https://github.com/strapi/documentation): contains the whole documentation of Strapi. Please read the [contribution guide](https://github.com/strapi/documentation/blob/main/CONTRIBUTING.md) to have more information about contributions to the Strapi documentation.
- [`strapi/design-system`](https://github.com/strapi/design-system): is the design system that is used in the admin panel. It brings consistency between the different admin plugins.
- [`strapi/strapi-docker`](https://github.com/strapi/strapi-docker): contains the code used to generate the official Docker images for Strapi (available through our [Docker Hub](https://hub.docker.com/r/strapi/strapi)).
- [`strapi/awesome-strapi`](https://github.com/strapi/awesome-strapi): contains everything the community built and all managed plugins. It is used as a central place to find and submit new packages such as plugins, middlewares, hooks, and general enhancements to the core of Strapi.

## Strapi Community
Expand Down
Expand Up @@ -39,7 +39,7 @@ Strapi projects and applications can be installed either locally on a computer o
</template>
<template #title>Docker</template>
<template #description>
Create a project on your local machine using Docker.
Create a custom Docker container from a local project.
</template>
</InstallLink>
</div>
</div>