Cargando…

Docker cookbook : solutions and examples for building distributed applications /

Whether you're deploying applications on-premise or in the cloud, this cookbook is for developers, operators, and IT professionals who need practical solutions for using Docker. The recipes in this book will help developers go from zero knowledge to distributed applications packaged and deploye...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Goasguen, Sébastien (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly Media, 2015.
Edición:First edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn930602013
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 151130s2015 caua o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d N$T  |d IDEBK  |d YDXCP  |d N$T  |d OCLCF  |d CDX  |d OCLCQ  |d OCLCO  |d EBLCP  |d COO  |d TEFOD  |d DEBBG  |d C6I  |d OCLCQ  |d CEF  |d OCLCQ  |d NTG  |d UAB  |d OCLCQ  |d OCLCO  |d OCLCQ 
019 |a 928999409  |a 935919676 
020 |a 1491919779  |q (electronic bk.) 
020 |a 9781491919774  |q (electronic bk.) 
020 |a 9781491919767  |q (electronic bk.) 
020 |a 1491919760  |q (electronic bk.) 
020 |z 9781491919712 
020 |z 149191971X 
020 |z 9781491919705 
020 |z 1491919701 
029 1 |a DEBBG  |b BV043967849 
029 1 |a DEBSZ  |b 485783371 
029 1 |a GBVCP  |b 84524714X 
029 1 |a GBVCP  |b 882847600 
029 1 |a AU@  |b 000057005473 
035 |a (OCoLC)930602013  |z (OCoLC)928999409  |z (OCoLC)935919676 
037 |a CL0500000677  |b Safari Books Online 
037 |a 03223068-EC92-4CBE-9885-75A60E978530  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.76.A65 
072 7 |a COM  |x 51230  |2 bisacsh 
082 0 4 |a 005.5  |2 23 
049 |a UAMI 
100 1 |a Goasguen, Sébastien,  |e author. 
245 1 0 |a Docker cookbook :  |b solutions and examples for building distributed applications /  |c Sébastien Goasguen. 
250 |a First edition. 
264 1 |a Sebastopol, CA :  |b O'Reilly Media,  |c 2015. 
300 |a 1 online resource (1 volume) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
588 0 |a Online resource; title from cover page (Safari, viewed November 23, 2015). 
500 |a Includes index. 
505 0 |a Copyright; Table of Contents; Preface; Why I Wrote This Book; How This Book Is Organized; Technology You Need to Understand; Online Content; Conventions Used in This Book; Safari® Books Online; How to Contact Us; Acknowledgments; Chapter 1. Getting Started with Docker; 1.0 Introduction; 1.1 Installing Docker on Ubuntu 14.04; Problem; Solution; Discussion; See Also; 1.2 Installing Docker on CentOS 6.5; Problem; Solution; Discussion; 1.3 Installing Docker on CentOS 7; Problem; Solution; 1.4 Setting Up a Local Docker Host by Using Vagrant; Problem; Solution; Discussion. 
505 8 |a 1.5 Installing Docker on a Raspberry PiProblem; Solution; Discussion; See Also; 1.6 Installing Docker on OS X Using Docker Toolbox; Problem; Solution; Discussion; 1.7 Using Boot2Docker to Get a Docker Host on OS X; Problem; Solution; Discussion; 1.8 Running Boot2Docker on Windows 8.1 Desktop; Problem; Solution; Discussion; See Also; 1.9 Starting a Docker Host in the Cloud by Using Docker Machine; Problem; Solution; Discussion; See Also; 1.10 Using Docker Experimental Binaries; Problem; Solution; See Also; 1.11 Running Hello World in Docker; Problem; Solution; Discussion. 
505 8 |a 1.12 Running a Docker Container in Detached ModeProblem; Solution; Discussion; See Also; 1.13 Creating, Starting, Stopping, and Removing Containers; Problem; Solution; Discussion; 1.14 Building a Docker Image with a Dockerfile; Problem; Solution; See Also; 1.15 Using Supervisor to Run WordPress in a Single Container; Problem; Solution; Discussion; See Also; 1.16 Running a WordPress Blog Using Two Linked Containers; Problem; Solution; Discussion; 1.17 Backing Up a Database Running in a Container; Problem; Solution; Discussion; 1.18 Sharing Data in Your Docker Host with Containers; Problem. 
505 8 |a SolutionSee Also; 1.19 Sharing Data Between Containers; Problem; Solution; See Also; 1.20 Copying Data to and from Containers; Problem; Solution; Discussion; See Also; Chapter 2. Image Creation and Sharing; 2.0 Introduction; 2.1 Keeping Changes Made to a Container by Committing to an Image; Problem; Solution; Discussion; See Also; 2.2 Saving Images and Containers as Tar Files for Sharing; Problem; Solution; Discussion; 2.3 Writing Your First Dockerfile; Problem; Solution; Discussion; See Also; 2.4 Packaging a Flask Application Inside a Container; Problem; Solution; Discussion. 
505 8 |a 2.5 Optimizing Your Dockerfile by Following Best PracticesProblem; Solution; Discussion; 2.6 Versioning an Image with Tags; Problem; Solution; Discussion; 2.7 Migrating from Vagrant to Docker with the Docker Provider; Problem; Solution; Discussion; See Also; 2.8 Using Packer to Create a Docker Image; Problem; Solution; Discussion; 2.9 Publishing Your Image to Docker Hub; Problem; Solution; Discussion; See Also; 2.10 Using ONBUILD Images; Problem; Solution; See Also; 2.11 Running a Private Registry; Problem; Solution; Discussion; See Also. 
520 |a Whether you're deploying applications on-premise or in the cloud, this cookbook is for developers, operators, and IT professionals who need practical solutions for using Docker. The recipes in this book will help developers go from zero knowledge to distributed applications packaged and deployed within a couple of chapters. IT professionals will be able to use this cookbook to solve everyday problems, as well as create, run, share, and deploy Docker images quickly. Operators will learn and understand what developers are excited about and start to adopt the tools that will change the way they work.--  |c Source other then Library of Congress. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Application software  |x Development. 
650 6 |a Logiciels d'application  |x Développement. 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x General.  |2 bisacsh 
650 7 |a Application software  |x Development.  |2 fast  |0 (OCoLC)fst00811707 
776 0 8 |i Print version:  |a Goasguen, Sébastien.  |t Docker Cookbook.  |d : O'Reilly Media, ©2015  |z 9781491919712 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781491919705/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Coutts Information Services  |b COUT  |n 33109572 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL4333766 
938 |a EBSCOhost  |b EBSC  |n 1099141 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis33109572 
938 |a YBP Library Services  |b YANK  |n 12727126 
994 |a 92  |b IZTAP