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
more vale
  • Loading branch information
aevesdocker committed Feb 25, 2025
commit d35db03b0ee60bffcc65fb64ad845835afe43412
10 changes: 5 additions & 5 deletions content/manuals/projects/view.md
Original file line number Diff line number Diff line change
@@ -58,11 +58,11 @@
Select **Files** to explore the filesystem of running or stopped containers in your project. You
can also:

- 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
- Download files and folders from the container straight to the host
- 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

@@ -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
Oops, something went wrong.