|
|
|
|
LEADER |
00000cam a2200000Ii 4500 |
001 |
EBSCO_ocn913875092 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
150716s2015 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d IDEBK
|d EBLCP
|d YDXCP
|d COO
|d OCLCF
|d N$T
|d DEBBG
|d OCLCQ
|d MERUC
|d CEF
|d AU@
|d OCLCQ
|d OCLCO
|d WYU
|d UAB
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|d OCLCQ
|d QGK
|
019 |
|
|
|a 911197853
|a 913844479
|a 1259184895
|
020 |
|
|
|a 9781783984879
|q (electronic bk.)
|
020 |
|
|
|a 1783984872
|q (electronic bk.)
|
020 |
|
|
|z 1783984872
|
020 |
|
|
|z 1783984864
|
020 |
|
|
|z 9781783984862
|
029 |
1 |
|
|a AU@
|b 000058606986
|
029 |
1 |
|
|a DEBBG
|b BV043019781
|
029 |
1 |
|
|a DEBBG
|b BV043620886
|
029 |
1 |
|
|a DEBSZ
|b 455693528
|
029 |
1 |
|
|a GBVCP
|b 882845616
|
035 |
|
|
|a (OCoLC)913875092
|z (OCoLC)911197853
|z (OCoLC)913844479
|z (OCoLC)1259184895
|
037 |
|
|
|a CL0500000612
|b Safari Books Online
|
050 |
|
4 |
|a QA76.76.O63
|
072 |
|
7 |
|a COM
|x 013000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 014000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 018000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 067000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 032000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 037000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 052000
|2 bisacsh
|
082 |
0 |
4 |
|a 004.6782
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Khare, Neependra,
|e author.
|
245 |
1 |
0 |
|a Docker cookbook :
|b 80 hands-on recipes to efficiently work with the Docker 1.6 environment on Linux /
|c Neependra Khare.
|
246 |
3 |
0 |
|a 80 hands-on recipes to efficiently work with the Docker 1.6 environment on Linux
|
246 |
3 |
0 |
|a Eighty hands-on recipes to efficiently work with the Docker 1.6 environment on Linux
|
264 |
|
1 |
|a Birmingham, UK :
|b Packt Publishing,
|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
|
347 |
|
|
|a text file
|
588 |
0 |
|
|a Online resource; title from cover (Safari, viewed June 30, 2015).
|
500 |
|
|
|a Includes index.
|
500 |
|
|
|a "Quick answers to common problems"--Cover
|
505 |
0 |
|
|a Cover -- Copyright -- Credits -- About the Author -- About the Reviewers -- www.PacktPub.com -- Table of Contents -- Preface -- Chapter 1: Introduction and Installation -- Introduction -- Verifying the requirements for Docker installation -- Installing Docker -- Pulling an image and running a container -- Adding a nonroot user to administer Docker -- Setting up the Docker host with Docker Machine -- Finding help with the Docker command line -- Chapter 2: Working with the Docker Containers -- Introduction -- Listing/searching for an image -- Pulling an image -- Listing images -- Starting a container -- Listing containers -- Looking at the logs of containers -- Stopping a container -- Deleting a container -- Setting the restart policy on a container -- Getting privileged access inside a container -- Exposing a port while starting a container -- Accessing the host device inside the container -- Injecting a new process to a running container -- Returning low-level information about a container -- Labeling and filtering containers -- Chapter 3: Working with Docker Images -- Introduction -- Creating an account with Docker Hub -- Creating an image from the container -- Publishing an image to the registry -- Looking at the history of an image -- Deleting an image -- Exporting an image -- Importing an image -- Building images using Dockerfiles -- Building an Apache image -- a Dockerfile example -- Accessing Firefox from a container -- a Dockerfile example -- Building a WordPress image -- a Dockerfile example -- Setting up a private index/registry -- Automated builds -- with GitHub and Bitbucket -- Creating the base image -- using supermin -- Creating the base image -- using Debootstrap -- Visualizing dependencies between layers -- Chapter 4: Network and Data Management for Containers -- Introduction -- Accessing containers from outside.
|
505 |
8 |
|
|a Managing data in containers -- Linking two or more containers -- Developing a LAMP application by linking containers -- Networking of multihost container with Flannel -- Assigning IPv6 addresses to containers -- Chapter 5: Docker Use Cases -- Introduction -- Testing with Docker -- Doing CI/CD with Shippable and Red Hat OpenShift -- Doing CI/CD with Drone -- Setting up PaaS with OpenShift Origin -- Building and deploying an app on OpenShift v3 from the source code -- Configuring Docker as a hypervisor driver for OpenStack -- Chapter 6: Docker APIs and Language Bindings -- Introduction -- Configuring the Docker daemon remote API -- Performing image operations using remote APIs -- Performing container operations using remote APIs -- Exploring Docker remote API client libraries -- Securing the Docker daemon remote API -- Chapter 7: Docker Performance -- Introduction -- Benchmarking CPU performance -- Benchmarking disk performance -- Benchmarking network performance -- Getting container resource usage using the stats feature -- Setting up performance monitoring -- Chapter 8: Docker Orchestration and Hosting Platform -- Introduction -- Running applications with Docker Compose -- Setting up cluster with Docker Swarm -- Setting up CoreOS for Docker orchestration -- Setting up a Project Atomic host -- Doing atomic update/rollback with Project Atomic -- Adding more storage for Docker in Project Atomic -- Setting up Cockpit for Project Atomic -- Setting up a Kubernetes cluster -- Scaling up and down in a Kubernetes cluster -- Setting up WordPress with a Kubernetes cluster -- Chapter 9: Docker Security -- Introduction -- Setting Mandatory Access Control (MAC) with SELinux -- Allowing writes to volume mounted from the host with SELinux ON -- Removing capabilities to breakdown the power of a root user inside a container.
|
505 |
8 |
|
|a Sharing namespaces between the host and the container -- Chapter 10: Getting Help and Tips and Tricks -- Introduction -- Starting Docker in debug mode -- Building a Docker binary from the source -- Building images without using cached layers -- Building your own bridge for container communication -- Changing the default execution driver of Docker -- Selecting the logging driver for containers -- Getting real-time Docker events for containers -- Index.
|
520 |
|
|
|a Docker Cookbook is for developers, system administrators, and DevOps engineers who want to use Docker in his/her development, QA, or production environments. It is expected that the reader has basic Linux/Unix skills such as installing packages, editing files, managing services, and so on. Any experience in virtualization technologies such as KVM, XEN, and VMware will help the reader to relate with container technologies better, but it is not required.
|
546 |
|
|
|a English.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
630 |
0 |
0 |
|a Linux.
|
630 |
0 |
7 |
|a Linux.
|2 fast
|0 (OCoLC)fst01382136
|
650 |
|
0 |
|a Open source software.
|
650 |
|
0 |
|a Virtual computer systems.
|
650 |
|
0 |
|a Abstract data types (Computer science)
|
650 |
|
6 |
|a Logiciels libres.
|
650 |
|
6 |
|a Systèmes virtuels (Informatique)
|
650 |
|
6 |
|a Types abstraits de données (Informatique)
|
650 |
|
7 |
|a COMPUTERS
|x Computer Literacy.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Computer Science.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Data Processing.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Hardware
|x General.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Information Technology.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Machine Theory.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Reference.
|2 bisacsh
|
650 |
|
7 |
|a Abstract data types (Computer science)
|2 fast
|0 (OCoLC)fst00794745
|
650 |
|
7 |
|a Open source software.
|2 fast
|0 (OCoLC)fst01046097
|
650 |
|
7 |
|a Virtual computer systems.
|2 fast
|0 (OCoLC)fst01167683
|
776 |
0 |
8 |
|i Print version:
|a Khare, Neependra.
|t Docker cookbook : 80 hands-on recipes to efficiently work with the Docker 1.6 environment on Linux.
|d Birmingham, England ; Mumbai, [India] : Packt Publishing, ©2015
|h x, 226 pages
|z 9781783984862
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1004772
|z Texto completo
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1004772
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis31775562
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12477160
|
994 |
|
|
|a 92
|b IZTAP
|