add docker exec script
All checks were successful
Build, Test & Publish / Build (pull_request) Successful in 22s
Build, Test & Publish / Build and Publish Container Image (pull_request) Has been skipped
Build, Test & Publish / Deploy to Infrastructure (pull_request) Has been skipped

This commit is contained in:
2024-09-17 11:28:31 +10:00
parent b12a09de0c
commit 7f394c94ea
4 changed files with 22 additions and 0 deletions

View File

@@ -55,6 +55,14 @@ export default defineConfig({
{ text: 'Text Width HR', link: '/css/text-width-hr' },
]
},
{
text: 'Docker',
link: '/docker/',
collapsed: true,
items: [
{ text: 'Docker Exec', link: '/docker/exec-into-contanainer' },
]
},
{
text: 'EF Core',
link: '/ef-core/',