种子简介
种子名称:
Pluralsight - Implementing a Self-hosted Docker Registry
文件类型:
视频
文件数目:
72个文件
文件大小:
779.73 MB
收录时间:
2024-11-11 09:31
已经下载:
3次
资源热度:
10
最近下载:
2024-11-13 10:26
下载BT种子文件
下载Torrent文件(.torrent)
立即下载
磁力链接下载
magnet:?xt=urn:btih:8df349c053ec4104e6f837046b3b7171e323570f&dn=Pluralsight - Implementing a Self-hosted Docker Registry
复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。
喜欢这个种子的人也喜欢
种子包含的文件
Pluralsight - Implementing a Self-hosted Docker Registry.torrent
05.Cleaning up Images and Configuring Storage/0507.Exploring the Registry Filesystem Layout to Store Images.mp434.7MB
02.Deploying Your First Registry to Distribute Images/0201.The Journey to Self Hosting.mp47.19MB
02.Deploying Your First Registry to Distribute Images/0202.Running the First Registry.mp45.98MB
02.Deploying Your First Registry to Distribute Images/0203.Registry Organization Terms and API.mp410.66MB
02.Deploying Your First Registry to Distribute Images/0204.Pushing an Image to a Registry.mp48.04MB
02.Deploying Your First Registry to Distribute Images/0205.Configuring the Docker Daemon to Allow an Insecure Registry.mp413.82MB
02.Deploying Your First Registry to Distribute Images/0206.Distributing Images Without Access to Docker Hub.mp47.5MB
02.Deploying Your First Registry to Distribute Images/0207.Running a Registry Web UI.mp410.71MB
02.Deploying Your First Registry to Distribute Images/0208.Beware of the Default Anonymous Registry Data Volume.mp412.74MB
02.Deploying Your First Registry to Distribute Images/0209.Observing the Default Anonymous Volume Lifecycle.mp412.08MB
02.Deploying Your First Registry to Distribute Images/0210.Storing Registry Data on a Named Volume.mp419.07MB
02.Deploying Your First Registry to Distribute Images/0211.Why Self Host.mp46.63MB
03.Registry Mirroring with a Pull-through Cache/0301.The Value of a Local Registry Mirror.mp48.12MB
03.Registry Mirroring with a Pull-through Cache/0302.Challenge Setting up a docker-compose.yml for a Local Registry.mp49.75MB
03.Registry Mirroring with a Pull-through Cache/0303.Using an Enviroment Variable to Enable Mirroring.mp413.23MB
03.Registry Mirroring with a Pull-through Cache/0304.Configuring the Docker Daemon to Use a Registry Mirror.mp411.47MB
03.Registry Mirroring with a Pull-through Cache/0305.Pulling an Image Through the Mirror for the First Time.mp48.97MB
03.Registry Mirroring with a Pull-through Cache/0306.Even with Gigabit Download Speeds, a Mirror Can Help.mp48MB
03.Registry Mirroring with a Pull-through Cache/0307.Timing Docker Image Pull on a Slower Connection.mp49.72MB
03.Registry Mirroring with a Pull-through Cache/0308.Configure Docker for Windows Registry Mirrors.mp45.77MB
04.Automating Builds with Notifications/0401.Automating Image Builds with Notifications.mp48.76MB
04.Automating Builds with Notifications/0402.Building a Mongo Image with Sample Data.mp45.45MB
04.Automating Builds with Notifications/0403.Setting up the Mongo with Data Example.mp420.74MB
04.Automating Builds with Notifications/0404.Setting up a Registry Config File.mp48.5MB
04.Automating Builds with Notifications/0405.Configuring a Jenkins Notification Endpoint.mp44.6MB
04.Automating Builds with Notifications/0406.Creating a Registry Container That Uses the Custom Config File.mp412.83MB
04.Automating Builds with Notifications/0407.Configuring Json Formatted Logging.mp431.37MB
04.Automating Builds with Notifications/0408.Cleaning up the JSON with jq.mp414.86MB
04.Automating Builds with Notifications/0409.Adding a Standalone RequestBin to Inspect Registry Notifications.mp414.4MB
04.Automating Builds with Notifications/0410.Testing a Push Notification to RequestBin.mp429.81MB
04.Automating Builds with Notifications/0411.A Fully-bootstrapped Jenkins Environment.mp413.25MB
04.Automating Builds with Notifications/0412.Starting Two Registries and Jenkins.mp49.91MB
04.Automating Builds with Notifications/0413.Simulating an Image Vetting Process.mp416.86MB
04.Automating Builds with Notifications/0414.Setting the Notification URL to the Jenkins Docker Registry Webhook.mp48.11MB
04.Automating Builds with Notifications/0415.Image Push Triggers Jenkins to Build and Push Dependent Images.mp421.37MB
05.Cleaning up Images and Configuring Storage/0501.Sadly You Cant --force-recreate in Production to Free up Space.mp42.59MB
05.Cleaning up Images and Configuring Storage/0502.Registry Storage Drivers.mp413.22MB
05.Cleaning up Images and Configuring Storage/0503.Switching to the in-memory Storage Driver.mp48.97MB
05.Cleaning up Images and Configuring Storage/0504.Restarting Wipes Data with the in-memory Storage Driver.mp414.73MB
05.Cleaning up Images and Configuring Storage/0505.Cloud Specific Storage Drivers.mp47.21MB
05.Cleaning up Images and Configuring Storage/0506.Deleting Images Example Setup.mp412.98MB
01.Course Overview/0101.Course Overview.mp43.19MB
05.Cleaning up Images and Configuring Storage/0508.Enabling Deletes in the Front End.mp411.22MB
05.Cleaning up Images and Configuring Storage/0509.Digging into What Happens When You Delete an Image.mp413.24MB
05.Cleaning up Images and Configuring Storage/0510.Deleting from curl or a CI Tool Like TeamCity or Jenkins.mp45.56MB
05.Cleaning up Images and Configuring Storage/0511.Garbage Collection Dry Run.mp412.7MB
05.Cleaning up Images and Configuring Storage/0512.Safely Running Garbage Collection with Readonly.mp419.24MB
05.Cleaning up Images and Configuring Storage/0513.Running Garbage Collection.mp48.75MB
05.Cleaning up Images and Configuring Storage/0514.Tag Mutability and Garbage Collection.mp412.62MB
06.Securing the Registry/0601.Time to Secure the Registry.mp42.3MB
06.Securing the Registry/0602.Basic Auth Limits Client Access with an htpasswd File.mp46.29MB
06.Securing the Registry/0603.Explaining the Basic Auth Example Files.mp49.31MB
06.Securing the Registry/0604.Basic Auth to the Registry API from a Browser.mp45.43MB
06.Securing the Registry/0605.Pushing Images to a Registry with Basic Auth.mp43.37MB
06.Securing the Registry/0606.Token Auth.mp412.02MB
06.Securing the Registry/0607.Token Auth with Docker Hub.mp432.39MB
06.Securing the Registry/0608.Silly Auth.mp44.47MB
06.Securing the Registry/0609.You Can Use a Proxy Too.mp41.81MB
06.Securing the Registry/0610.TLS.mp42.04MB
06.Securing the Registry/0611.TLS Example Files.mp46.4MB
06.Securing the Registry/0612.Encrypted Communications to the Registry API.mp46.67MB
06.Securing the Registry/0613.The Docker Daemon Needs to Trust the Registry Certificate.mp410.38MB
06.Securing the Registry/0614.Pushing Images Fails with Untrusted Certificate.mp43.34MB
06.Securing the Registry/0615.Trusting a Self-signed Certificate.mp410.28MB
06.Securing the Registry/0616.Removing Trust in a Self-signed Certificate.mp47.23MB
07.Preparing a Production Cluster Registry/0701.Shifting Attention to Production Servers.mp43.62MB
07.Preparing a Production Cluster Registry/0702.Network and Node Level Registry Access.mp45.88MB
07.Preparing a Production Cluster Registry/0703.Indirect Access via the Node Level Docker Image Cache.mp47.87MB
07.Preparing a Production Cluster Registry/0704.Linking Registry Credentials to a Service Definition.mp48.2MB
07.Preparing a Production Cluster Registry/0705.Scaling Registry Capacity.mp49.93MB
07.Preparing a Production Cluster Registry/0706.Keeping Up.mp412.58MB
07.Preparing a Production Cluster Registry/0707.Additional Resources.mp416.71MB