Skip to content

Commit

Permalink
Building a container from scratch.
Browse files Browse the repository at this point in the history
  • Loading branch information
algogrit committed Jul 18, 2019
1 parent df31e42 commit 41469f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code-samples/08-Docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ latest - default tag name
* `docker push ${username}/${image-name}:${tag-name}`
* Make sure to run the image in the person next to your computer
* `docker run ${username}/${image-name}`

## Other Resources

* Building a docker-like container from scratch using Go: [Video](https://www.youtube.com/watch?v=MHv6cWjvQjM&t=1316s), [Code](https://github.com/lizrice/containers-from-scratch)

0 comments on commit 41469f0

Please sign in to comment.