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

Engdocs 2428 #22068

Merged
merged 11 commits into from
Mar 5, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
header fix
  • Loading branch information
aevesdocker committed Feb 25, 2025
commit 39a349493cac717ea215cd3cbdaff40ce43f97f0
2 changes: 1 addition & 1 deletion content/manuals/projects/about.md
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ Docker Projects works as follows:
- View logs to debug issues and track service activity.
- Edit configurations and run commands as requirements change.

## What's next?
## What's next

- [Learn how to open a new project](/manuals/projects/open.md)
- [Explore common FAQs](/manuals/projects/faq.md)
2 changes: 1 addition & 1 deletion content/manuals/projects/view.md
Original file line number Diff line number Diff line change
@@ -61,10 +61,10 @@
- See which files have been recently added, modified, or deleted
- Edit a file straight from the built-in editor
- Drag and drop files and folders between the host and the container
- Delete unnecessary files when you right-click on a file

Check warning on line 64 in content/manuals/projects/view.md

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.RecommendedWords] Consider using 'select' instead of 'click' Raw Output: {"message": "[Docker.RecommendedWords] Consider using 'select' instead of 'click'", "location": {"path": "content/manuals/projects/view.md", "range": {"start": {"line": 64, "column": 46}}}, "severity": "INFO"}
- Download files and folders from the container straight to the host

### Network
### Network

The **Network** tab in Docker Projects provides an overview of how the containerized services communicate with each other and the host system. It displays the assigned network name, connected services, and mapped container ports.

@@ -72,7 +72,7 @@

### Environment variables

The **Env** tab in Docker Projects displays the environment variables available to a service. These variables help configure the runtime environment without modifying the container image.

Check failure on line 75 in content/manuals/projects/view.md

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'Env'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'Env'?", "location": {"path": "content/manuals/projects/view.md", "range": {"start": {"line": 75, "column": 7}}}, "severity": "ERROR"}

## What's next?

Loading