Cargando…

Docker : up and running /

Updated to cover Docker version 1.10 Docker is quickly changing the way that organizations are deploying software at scale. But understanding how Linux containers fit into your workflow--and getting the integration details right--are not trivial tasks. With this practical guide, you'll learn ho...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Matthias, Karl (Autor), Kane, Sean P. (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly, 2015.
Edición:First edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_ocn911032847
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 150615s2015 caua o 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d UMI  |d TEFOD  |d DEBBG  |d YDXCP  |d IDEBK  |d COO  |d TEFOD  |d DEBSZ  |d CDX  |d EBLCP  |d CHVBK  |d FEM  |d OCLCQ  |d VT2  |d HCO  |d OCLCF  |d OCLCO  |d CEF  |d WYU  |d UAB  |d AU@  |d UKAHL  |d RDF  |d OCLCA  |d OCLCQ  |d OCLCA  |d MM9  |d EZ9  |d OCLCO  |d OCLCQ  |d INARC 
019 |a 911517919  |a 968091507  |a 969058934  |a 1171446604  |a 1193554219  |a 1206231241  |a 1391406432 
020 |a 9781491918524  |q (electronic bk.) 
020 |a 1491918527  |q (electronic bk.) 
020 |a 9781491918517  |q (electronic bk.) 
020 |a 1491918519  |q (electronic bk.) 
020 |a 9781491917565 
020 |a 1491917563 
020 |a 1491917571 
020 |a 9781491917572 
020 |z 9781491917572 
029 1 |a AU@  |b 000067108010 
029 1 |a CHNEW  |b 000704883 
029 1 |a CHVBK  |b 353802921 
029 1 |a DEBBG  |b BV042683772 
029 1 |a DEBSZ  |b 446589810 
029 1 |a GBVCP  |b 832158127 
029 1 |a AU@  |b 000056947349 
035 |a (OCoLC)911032847  |z (OCoLC)911517919  |z (OCoLC)968091507  |z (OCoLC)969058934  |z (OCoLC)1171446604  |z (OCoLC)1193554219  |z (OCoLC)1206231241  |z (OCoLC)1391406432 
037 |a CL0500000609  |b Safari Books Online 
037 |a 5C4EB5BD-4F27-4ABE-90F9-40F0DF698566  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.76.O62 
072 7 |a COM  |x 051390  |2 bisacsh 
072 7 |a ULL  |2 bicssc 
072 7 |a COM  |2 ukslc 
072 7 |a ULJ  |2 thema 
082 0 4 |a 005.3  |2 23 
049 |a UAMI 
100 1 |a Matthias, Karl,  |e author. 
245 1 0 |a Docker :  |b up and running /  |c Karl Matthias and Sean P. Kane. 
250 |a First edition. 
264 1 |a Sebastopol, CA :  |b O'Reilly,  |c 2015. 
300 |a 1 online resource :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
500 |a Includes index. 
588 0 |a Vendor-supplied metadata. 
520 |a Updated to cover Docker version 1.10 Docker is quickly changing the way that organizations are deploying software at scale. But understanding how Linux containers fit into your workflow--and getting the integration details right--are not trivial tasks. With this practical guide, you'll learn how to use Docker to package your applications with all of their dependencies, and then test, ship, scale, and support your containers in production. Two Lead Site Reliability Engineers at New Relic share much of what they have learned from using Docker in production since shortly after its initial release. Their goal is to help you reap the benefits of this technology while avoiding the many setbacks they experienced. Learn how Docker simplifies dependency management and deployment workflow for your applications Start working with Docker images, containers, and command line tools Use practical techniques to deploy and test Docker-based Linux containers in production Debug containers by understanding their composition and internal processes Deploy production containers at scale inside your data center or cloud environment Explore advanced Docker topics, including deployment tools, networking, orchestration, security, and configuration. 
505 0 |a Copyright -- Table of Contents -- Foreword -- Preface -- Who Should Read This Book -- Why Read This Book? -- Navigating This Book -- Conventions Used in This Book -- Safari® Books Online -- How to Contact Us -- Acknowledgments -- Chapter 1. Introduction -- The Birth of Docker -- The Promise of Docker -- Benefits of the Docker Workflow -- What Docker Isn't -- Chapter 2. Docker at a Glance -- Process Simplification -- Broad Support and Adoption -- Architecture -- Client/Server Model -- Network Ports and Unix Sockets -- Robust Tooling 
505 8 |a Docker Command-Line ToolApplication Programming Interface (API) -- Container Networking -- Getting the Most from Docker -- Containers Are Not Virtual Machines -- Containers Are Lightweight -- Towards an Immutable Infrastructure -- Limited Isolation -- Stateless Applications -- Externalizing State -- The Docker Workflow -- Revision Control -- Building -- Testing -- Packaging -- Deploying -- The Docker Ecosystem -- Wrap-Up -- Chapter 3. Installing Docker -- Important Terminology -- Docker Client -- Linux -- Mac OS X 10.10 
505 8 |a Microsoft Windows 8Docker Server -- Systemd-Based Linux -- Upstart-Based Linux -- init.d-Based Linux -- Non-Linux VM-Based Server -- Test the Setup -- Ubuntu -- Fedora -- CentOS -- Wrap-Up -- Chapter 4. Working with Docker Images -- Anatomy of a Dockerfile -- Building an Image -- Running Your Image -- Environment Variables -- Custom Base Images -- Storing Images -- Public Registries -- Private Registries -- Authenticating to a Registry -- Mirroring a Registry -- Other Approaches to Image Delivery -- Chapter 5. Working with Docker Containers 
505 8 |a What Are Containers?History of Containers -- Creating a Container -- Basic Configuration -- Storage Volumes -- Resource Quotas -- Starting a Container -- Auto-Restarting a Container -- Stopping a Container -- Killing a Container -- Pausing and Unpausing a Container -- Cleaning Up Containers and Images -- Next Steps -- Chapter 6. Exploring Dockert -- Printing the Docker Version -- Server Information -- Downloading Image Updates -- Inspecting a Container -- Getting Inside a Running Container -- docker exec -- nsenter -- Exploring the Shell 
505 8 |a Returning a ResultDocker Logs -- Monitoring Docker -- Container Stats -- Docker Events -- cAdvisor -- Exploration -- Chapter 7. The Path to Production Containers -- Deploying -- Classes of Tooling -- Orchestration Tools -- Distributed Schedulers -- Deployment Wrap-Up -- Testing Containers -- Quick Overview -- Outside Dependencies -- Chapter 8. Debugging Containers -- Process Output -- Process Inspection -- Controlling Processes -- Network Inspection -- Image History -- Inspecting a Container -- Filesystem Inspection -- Moving Along 
506 |a Limited Users and Download Restrictions may Apply, VLEbooks 1 User Licence. Available using University of Exeter Username and Password.  |5 GB-UKExU 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
611 2 7 |a Automation  |2 gnd 
650 0 |a Open source software. 
650 0 |a Application software  |x Development  |x Automation. 
650 0 |a Virtual computer systems. 
650 0 |a Computer software  |x Development. 
650 0 |a Linux device drivers (Computer programs) 
650 6 |a Logiciels libres. 
650 6 |a Logiciels d'application  |x Développement  |x Automatisation. 
650 6 |a Systèmes virtuels (Informatique) 
650 6 |a Pilotes de périphérique pour Linux (Logiciels) 
650 7 |a COMPUTERS  |x Programming  |x Open Source.  |2 bisacsh 
650 7 |a Computer software  |x Development.  |2 fast  |0 (OCoLC)fst00872537 
650 7 |a Linux device drivers (Computer programs)  |2 fast  |0 (OCoLC)fst00999307 
650 7 |a Open source software.  |2 fast  |0 (OCoLC)fst01046097 
650 7 |a Virtual computer systems.  |2 fast  |0 (OCoLC)fst01167683 
650 7 |a LINUX  |2 gnd 
650 7 |a Virtualisierung  |2 gnd 
650 7 |a Softwareentwicklung  |2 gnd 
650 7 |a Linux.  |2 thema 
650 7 |a System administration.  |2 thema 
650 7 |a Computers and IT.  |2 ukslc 
700 1 |a Kane, Sean P.,  |e author. 
776 0 8 |i Print version:  |a Matthias, Karl.  |t Docker : up and running.  |b First edition.  |d Sebastopol, California : O'Reilly, ©2015  |h xx, 198 pages  |z 9781491917572 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781491917565/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH28804065 
938 |a Askews and Holts Library Services  |b ASKH  |n AH28713702 
938 |a Coutts Information Services  |b COUT  |n 31775773 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL3564530 
938 |a EBSCOhost  |b EBSC  |n 1004325 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis31775773 
938 |a YBP Library Services  |b YANK  |n 12477123 
938 |a Internet Archive  |b INAR  |n dockeruprunning0000matt 
994 |a 92  |b IZTAP