Skip to content

Commit bb65474

Browse files
committed
✨ (reference): add reference for container
1 parent 214405d commit bb65474

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,11 @@ func child() {
8282
// panic for any error
8383
util.Must(cmd.Run())
8484
}
85-
```
85+
```
86+
87+
### reference
88+
89+
https://www.redhat.com/en/topics/containers#container-orchestration
90+
https://kubernetes.io/docs/concepts/containers/
91+
https://abdelouahabmbarki.com/building-a-homemade-container-with-go/
92+
https://www.youtube.com/watch?v=MHv6cWjvQjM

0 commit comments

Comments
 (0)