Learning Docker, by Pethuru Raj, Jeeva S. Chelladhurai, Vinod Singh
Currently, reading this amazing Learning Docker, By Pethuru Raj, Jeeva S. Chelladhurai, Vinod Singh will be simpler unless you obtain download and install the soft file below. Simply below! By clicking the link to download and install Learning Docker, By Pethuru Raj, Jeeva S. Chelladhurai, Vinod Singh, you can start to get the book for your very own. Be the first proprietor of this soft documents book Learning Docker, By Pethuru Raj, Jeeva S. Chelladhurai, Vinod Singh Make distinction for the others and also get the first to step forward for Learning Docker, By Pethuru Raj, Jeeva S. Chelladhurai, Vinod Singh Here and now!
Learning Docker, by Pethuru Raj, Jeeva S. Chelladhurai, Vinod Singh
PDF Ebook Online Learning Docker, by Pethuru Raj, Jeeva S. Chelladhurai, Vinod Singh
Docker is a next-generation platform for simplifying application containerization life-cycle. Docker allows you to create a robust and resilient environment in which you can generate portable, composable, scalable, and stable application containers.
This book is a step-by-step guide that will walk you through the various features of Docker from Docker software installation to the impenetrable security of containers. The book starts off by elucidating the installation procedure for Docker and a few troubleshooting techniques. You will be introduced to the process of downloading Docker images and running them as containers. You'll learn how to run containers as a service (CaaS) and also discover how to share data among containers. Later on, you'll explore how to establish the link between containers and orchestrate containers using Docker Compose. You will also come across relevant details about application testing inside a container. You will discover how to debug a container using the docker exec command and the nsenter tool. Finally, you will learn how to secure your containers with SELinux and other proven methods.
Learning Docker, by Pethuru Raj, Jeeva S. Chelladhurai, Vinod Singh- Amazon Sales Rank: #1010080 in eBooks
- Published on: 2015-06-29
- Released on: 2015-06-29
- Format: Kindle eBook
About the Author
Pethuru Raj
Pethuru Raj, PhD, works as a cloud architect at the IBM Global Cloud Center of Excellence (CoE) in Bangalore, India. He completed his CSIR-sponsored PhD degree at Anna University, Chennai, and continued his UGC-sponsored postdoctoral research at the Department of Computer Science and Automation of IISc, Bangalore. Thereafter, he was granted a couple of international research fellowships (JSPS and JST) to work as a research scientist for 3 years at two leading Japanese universities. Pethuru has contributed to a number of high-quality technology books that are edited by internationally acclaimed professionals. In association with another IBMer, he has recently submitted the complete manuscript for a book called Smart Cities: the Enabling Technologies and Tools, to be published by the CRC Press in the USA in May 2015. He has collaborated with a few established authors to publish a book called High-Performance Big Data Analytics, which will be published by Springer-Verlag, UK, in 2015. He maintains an IT portal at http://www.peterindia.net, and his LinkedIn profile can be found at https://www.linkedin.com/in/peterindia.
Jeeva S. Chelladhurai
Jeeva S. Chelladhurai has been working as a technical project manager at the IBM Global Cloud Center of Excellence (CoE) in India for the last 8 years. He has more than 18 years of experience in the IT industry. In various capacities, he has technically managed and mentored diverse teams across the globe in envisaging and building pioneering telecommunication products. He specializes in cloud solution delivery, with a focus on data center optimization, software-defined environments (SDEs), and distributed application development, deployment, and delivery using the newest Docker technology. Jeeva is also a strong proponent of Agile methodologies, DevOps, and IT automation. He holds a master's degree in computer science from Manonmaniam Sundaranar University and a graduation certificate in project management from Boston University. He has been instrumental in crafting reusable assets for IBM solution architects and consultants in Docker-inspired containerization technology.
Vinod Singh
Vinod Singh is a lead architect for IBM's cloud computing offerings. He has more than 18 years of experience in the cloud computing, networking, and data communication domains. Currently, he works for IBM's cloud application services and partner marketplace offerings. Vinod has worked on architecting, deploying, and running IBM's PaaS offering (BlueMix) on the SoftLayer infrastructure cloud. He also provides consultancy and advisory services to clients across the globe on the adoption of cloud technologies. He is currently focusing on various applications and services on the IBM Marketplace/BlueMix/SoftLayer platform. He is a graduate engineer from the National Institute of Technology, Jaipur, and completed his master's degree at BITS, Pilani.
Where to Download Learning Docker, by Pethuru Raj, Jeeva S. Chelladhurai, Vinod Singh
Most helpful customer reviews
7 of 8 people found the following review helpful. A quick taste of the Docker’s basics without a word about its internals By Jascha Casadio At the beginning of November 2015, Docker 1.9 was released and with it multi-host networking was introduced. At the same time, Swarm finally reached a stable state that guaranteed it the label of production-ready. The DockerCon that took place in Barcelona was a success, confirming 2015 has been a great year for that blue whale. The strong impact containers had on the IT world is reflected on the one hand by the many companies investing on it, and on the other by the humongous amount of blog posts and books dedicated to it. In a scenario where some must-have title has already been released (see the bottom for suggested titles), Learning Docker places itself as an introductory text that targets professionals and enthusiasts interested in getting a quick taste of this new technology.Docker is one of those technologies that I am particularly interested in. I have been reading a lot about it, from the official documentation up to blogs, passing through that horde of books that made it up to the Amazon’s shelves. Getting through these 200 pages took me less than two days, mainly because none of the topics covered was new to me. But let’s dive into it!The very first thing that I have noticed about this title is the complete lack of background about what Docker is and, mainly, how it works under the hood. I did not find a single paragraph describing what a union mount is. Union mounts are one of the many key concepts of Docker that are not explained at all. Another concept that is not explained at all is, for example, that of the build context. Mind, the term build context appears all over the book, but the reader is not told what it is. The examples that show how to build an image use it without making it clear that the build context is that lone dot at the very end of the command. Concepts such as name spaces and cgroups are, instead, briefly described at the very end of the book, in the chapter dedicated to security.Another thing I did not appreciate much is the quality of the diagrams used to present the concepts being explained. They are colorful yes, but they could have been definitely better. But diagrams apart, do we really need screenshots to guide us through the signup form of the Docker Hub?The examples presented by the authors are very simple. Throughout the book there is not a single real-world example, nothing that gets beyond the containers’ equivalent of an Hello World! in C. Still, this is a very beginners’ book. This also means that topics such as Kubernetes or Mesos are not touched at all.Tying it all up, a very beginners’ book that I did not like but that someone completely new to the subject could find easy to read to get started. Still, the book can’t keep up with the competition: beginners should prefer passing through each and every page of the official documentation and, optionally, Turnbull’s The Docker Book.Suggested readings:The Docker Book: an user friendly, concise introduction to Docker. While it does not cover many advanced topics, it’s by far the best covering the basics.Docker Hands on: while not helpful to beginners, it offers the reader many advanced topics that can’t be found anywhere else.Docker: Up and Running: a very good text that focuses on advanced topics, mainly containers security.As usual, you can find more reviews on my personal blog: http://books.lostinmalloc.com. Feel free to pass by and share your thoughts!
2 of 4 people found the following review helpful. an interesting book for container enthusiasts By Venkatesh Bhat This is a great reference book for cloud developers, from novice to expert. It covers nearly all features with docker container, followed by a hands-on example.It effectively demonstrates the advantages of running multiple containers within a virtual machine instead of spinning up a virtual machine for every application.The book is well written in simple terms and could be easily used for preparing presentation about docker features.Most recommended for container enthusiasts.
1 of 3 people found the following review helpful. Understand Docker through hands-on examples By Fred Learning Docker is a very practical book aimed at technical people who, like me, are not necessarly very knowledgeable about Docker. And it does the works nicely: basic and more advanced commands are reviewed and explained with a lot of concrete examples, starting with basic and lightweighted images. Then you will also learn how to build your own container, make it work along with a lot of others, in order to create a complex architecture. At the end, the author also browses various interesting, yet important topics like orchestration and security.Overall, if you are new to Docker and want to better understand the technology in a very applied and hands-on way, then you should really give this book a try. Thumbs up!
See all 5 customer reviews... Learning Docker, by Pethuru Raj, Jeeva S. Chelladhurai, Vinod SinghLearning Docker, by Pethuru Raj, Jeeva S. Chelladhurai, Vinod Singh PDF
Learning Docker, by Pethuru Raj, Jeeva S. Chelladhurai, Vinod Singh iBooks
Learning Docker, by Pethuru Raj, Jeeva S. Chelladhurai, Vinod Singh ePub
Learning Docker, by Pethuru Raj, Jeeva S. Chelladhurai, Vinod Singh rtf
Learning Docker, by Pethuru Raj, Jeeva S. Chelladhurai, Vinod Singh AZW
Learning Docker, by Pethuru Raj, Jeeva S. Chelladhurai, Vinod Singh Kindle
Tidak ada komentar:
Posting Komentar