[PR #163] [MERGED] Update DOCKER.md:add shell tag on docker run command #322

Closed
opened 2026-02-23 17:21:14 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/vector-admin/pull/163
Author: @tatuke
Created: 2/10/2025
Status: Merged
Merged: 2/10/2025
Merged by: @timothycarambat

Base: masterHead: fix-docker-doc


📝 Commits (1)

  • 9156436 Update DOCKER.md:add shell tag on docker run command

📊 Changes

1 file changed (+6 additions, -3 deletions)

View changed files

📝 docker/DOCKER.md (+6 -3)

📄 Description

Add shell tag & container name option on docker run command. Hope it make this command more readable

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #xxx

What is in this change?

Add shell tag & container name option on docker run command.

Additional Information

It seems that the code block tag is missing from this command. causing this command to appear on one line with no container name. I changed it and the command successfully started the container locally. I hope this change helps.

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/vector-admin/pull/163 **Author:** [@tatuke](https://github.com/tatuke) **Created:** 2/10/2025 **Status:** ✅ Merged **Merged:** 2/10/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `fix-docker-doc` --- ### 📝 Commits (1) - [`9156436`](https://github.com/Mintplex-Labs/vector-admin/commit/9156436c16dfdeb68249b94e384c84ea5c9800aa) Update DOCKER.md:add shell tag on docker run command ### 📊 Changes **1 file changed** (+6 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `docker/DOCKER.md` (+6 -3) </details> ### 📄 Description Add shell tag & container name option on docker run command. Hope it make this command more readable ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [x] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #xxx ### What is in this change? Add shell tag & container name option on docker run command. ### Additional Information It seems that the code block tag is missing from this command. causing this command to appear on one line with no container name. I changed it and the command successfully started the container locally. I hope this change helps. ### Developer Validations <!-- All of the applicable items should be checked. --> - [ ] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [ ] I have tested my code functionality - [ ] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-23 17:21:14 -05:00
yindo closed this issue 2026-02-23 17:21:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/vector-admin#322