add ouroboros image

main
CTome 2022-09-04 01:29:10 +01:00 committed by GitHub
parent 14992843a8
commit 25f698459f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,8 @@ tags:
- how-to - how-to
layout: layouts/post.njk layout: layouts/post.njk
--- ---
![image](https://user-images.githubusercontent.com/64846840/188291755-3b17cbfb-667b-43cd-97c4-748a1d9f769a.png)
A few months ago, I started learning about containers using Docker. This has certainly been a fun experience overall (though sometimes frustrating 😛). One *issue* with this is rebuilding the container upon every update when you want to deploy the new image. A few months ago, I started learning about containers using Docker. This has certainly been a fun experience overall (though sometimes frustrating 😛). One *issue* with this is rebuilding the container upon every update when you want to deploy the new image.
@ -116,4 +118,4 @@ DOCKERHUB-USERNAME/IMAGE:TAG
``` ```
Note that the tag used in this workflow is `main`. Note that the tag used in this workflow is `main`.
With any luck you should now have containers automatically update once you push changes to GitHub. With any luck you should now have containers automatically update once you push changes to GitHub.