Compare commits
No commits in common. "f944bf6934c03d03918615be662e2f034c57c227" and "b12a09de0cce966fbee403b8a2794c0982c6dee4" have entirely different histories.
f944bf6934
...
b12a09de0c
@ -55,14 +55,6 @@ export default defineConfig({
|
|||||||
{ text: 'Text Width HR', link: '/css/text-width-hr' },
|
{ 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',
|
text: 'EF Core',
|
||||||
link: '/ef-core/',
|
link: '/ef-core/',
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
# Exec Into Container
|
|
||||||
|
|
||||||
Often it's handy to exec into a container to poke around or run commands. Here's how you can do that:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
docker run --rm -it --entrypoint /bin/bash <container-name>
|
|
||||||
```
|
|
@ -1,3 +0,0 @@
|
|||||||
# Docker Snippets and Musings
|
|
||||||
|
|
||||||
#### [Exec Into Container](./exec-into-container.md)
|
|
@ -18,10 +18,6 @@ hero:
|
|||||||
text: CSS
|
text: CSS
|
||||||
link: /css/
|
link: /css/
|
||||||
|
|
||||||
- theme: alt
|
|
||||||
text: Docker
|
|
||||||
link: /docker/
|
|
||||||
|
|
||||||
- theme: alt
|
- theme: alt
|
||||||
text: EF Core
|
text: EF Core
|
||||||
link: /ef-core/
|
link: /ef-core/
|
||||||
|
Loading…
Reference in New Issue
Block a user