摘要: In this lesson, we will look at docker container prune to remove old docker containers. We can also use docker system prune to clean up any containers 阅读全文
posted @ 2017-04-25 21:15 Zhentiw 阅读(331) 评论(0) 推荐(0)
摘要: We can compose lenses to get value: 阅读全文
posted @ 2017-04-25 20:56 Zhentiw 阅读(139) 评论(0) 推荐(0)
摘要: In this lesson we will cover how to build your own custom Docker image from scratch. We'll walk through the process of starting a Debian container, in 阅读全文
posted @ 2017-04-25 16:25 Zhentiw 阅读(301) 评论(0) 推荐(0)
摘要: Copy/pasting the same code is redundant and updating copy/pasted code slows development velocity. Mixins are reusable chunks of code that are included 阅读全文
posted @ 2017-04-25 03:55 Zhentiw 阅读(325) 评论(0) 推荐(0)
摘要: For example, we have a component which just simply render router-outlet: We can add events to router-outlet: When we log out the, we see the actual co 阅读全文
posted @ 2017-04-25 03:08 Zhentiw 阅读(575) 评论(0) 推荐(0)
摘要: In our root component, one thing we can do is subscribe to Router events, and do something related to router events. So how can we get router event? T 阅读全文
posted @ 2017-04-25 02:54 Zhentiw 阅读(911) 评论(0) 推荐(0)
摘要: To enable router tracing is really simple: When we define the root RouterModule, we can pass the option "enableTracing". What we you get is when we na 阅读全文
posted @ 2017-04-25 02:45 Zhentiw 阅读(652) 评论(0) 推荐(0)