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

Shorten the toolkit config folder name using .dtc #203

Closed
tungbq opened this issue Aug 12, 2024 · 0 comments · Fixed by #205
Closed

Shorten the toolkit config folder name using .dtc #203

tungbq opened this issue Aug 12, 2024 · 0 comments · Fixed by #205
Assignees
Labels
devops docker good first issue Good for newcomers help wanted Extra attention is needed

Comments

@tungbq
Copy link
Owner

tungbq commented Aug 12, 2024

To make the configure folder name shorter, we can use name .dtc (aka: devops tookit configuration)
This task just to find all replace all .devops-toolkit-config text of this repository by .dtc

For example:

mkdir -p ~/.devops-toolkit-config -> mkdir -p ~/.dtc
docker run --network host -it --rm -v ~/.devops-toolkit-config:/config tungbq/devops-toolkit:latest -> docker run --network host -it --rm -v ~/.dtc:/config tungbq/devops-toolkit:latest

Contribution are welcome 🙋

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops docker good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant