摘要: Using React hooks like useState makes it easy to manage things like a shopping cart, but that state may only be available one instance at a time. What 阅读全文
posted @ 2021-02-01 19:37 Zhentiw 阅读(106) 评论(0) 推荐(0)
摘要: docker tag k8scourse-front <yourname>/k8scourse-front docker tag k8scourse-back <yourname>/k8scourse-back docker push <yourname>/k8scourse-front docke 阅读全文
posted @ 2021-02-01 03:50 Zhentiw 阅读(94) 评论(0) 推荐(0)
摘要: So far, you’ve managed to get all of your containers running on your local machine. That is great for your development environment and you are almost 阅读全文
posted @ 2021-02-01 03:44 Zhentiw 阅读(644) 评论(0) 推荐(0)
摘要: This lesson uses some advanced concepts and some bash scripting to build a better Dockerfile. By using the concepts showed here, you will be able to b 阅读全文
posted @ 2021-02-01 03:43 Zhentiw 阅读(283) 评论(0) 推荐(0)