Cargando…

Essential Docker for ASP.NET Core MVC /

Find out how to use Docker in your ASP.NET Core MVC applications, and how containers make it easier to develop, deploy and manage those applications in production environments. Packed with examples and practical demonstrations, this book will help you deploy even large-scale, cross-platform web appl...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Freeman, Adam, 1972- (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: New York, NY : Apress, [2017]
Temas:
Acceso en línea:Texto completo
Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 EBOOKCENTRAL_ocn982187475
003 OCoLC
005 20240329122006.0
006 m o d
007 cr cnu|||unuuu
008 170412s2017 nyu ob 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d EBLCP  |d GW5XE  |d YDX  |d OCLCF  |d COO  |d UMI  |d UAB  |d ESU  |d AZU  |d UPM  |d TOH  |d VT2  |d OTZ  |d K6U  |d LIV  |d OCLCQ  |d IOG  |d OCLCA  |d IDB  |d U3W  |d MERUC  |d MERER  |d OCL  |d OCLCQ  |d D6H  |d VVB  |d CEF  |d KSU  |d EZ9  |d UWW  |d AU@  |d WYU  |d UKMGB  |d AUD  |d LEAUB  |d STF  |d UKAHL  |d CNCEN  |d G3B  |d ERF  |d UKBTH  |d UHL  |d LEATE  |d OCLCQ  |d SFB  |d UBY  |d SRU  |d OCLCQ  |d BRF  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCL  |d OCLCQ 
015 |a GBB8M4480  |2 bnb 
016 7 |a 019139968  |2 Uk 
019 |a 982150324  |a 982237883  |a 982327642  |a 982394520  |a 982529761  |a 982738170  |a 984515014  |a 988387590  |a 988633260  |a 999584106  |a 1005793343  |a 1008947177  |a 1012093144  |a 1048168390  |a 1058581475  |a 1066473118  |a 1086444739  |a 1097127957  |a 1112562703  |a 1113277730  |a 1113343528  |a 1122812200  |a 1127112647  |a 1129357376 
020 |a 9781484227787  |q (electronic bk.) 
020 |a 1484227786  |q (electronic bk.) 
020 |z 9781484227770 
020 |z 1484227778 
024 7 |a 10.1007/978-1-4842-2778-7  |2 doi 
029 1 |a AU@  |b 000061154839 
029 1 |a AU@  |b 000067101157 
029 1 |a CHNEW  |b 000950091 
029 1 |a CHVBK  |b 483162655 
029 1 |a GBVCP  |b 1004860250 
029 1 |a UKMGB  |b 019139968 
035 |a (OCoLC)982187475  |z (OCoLC)982150324  |z (OCoLC)982237883  |z (OCoLC)982327642  |z (OCoLC)982394520  |z (OCoLC)982529761  |z (OCoLC)982738170  |z (OCoLC)984515014  |z (OCoLC)988387590  |z (OCoLC)988633260  |z (OCoLC)999584106  |z (OCoLC)1005793343  |z (OCoLC)1008947177  |z (OCoLC)1012093144  |z (OCoLC)1048168390  |z (OCoLC)1058581475  |z (OCoLC)1066473118  |z (OCoLC)1086444739  |z (OCoLC)1097127957  |z (OCoLC)1112562703  |z (OCoLC)1113277730  |z (OCoLC)1113343528  |z (OCoLC)1122812200  |z (OCoLC)1127112647  |z (OCoLC)1129357376 
037 |a CL0500000852  |b Safari Books Online 
050 4 |a QA76.76.A65 
072 7 |a COM  |x 051230  |2 bisacsh 
072 7 |a UMP  |2 bicssc 
072 7 |a UMP  |2 thema 
082 0 4 |a 005.3  |2 23 
049 |a UAMI 
100 1 |a Freeman, Adam,  |d 1972-  |e author.  |1 https://id.oclc.org/worldcat/entity/E39PCjJ9hWTyhTfrC7fPhgxXr3 
245 1 0 |a Essential Docker for ASP.NET Core MVC /  |c Adam Freeman. 
264 1 |a New York, NY :  |b Apress,  |c [2017] 
300 |a 1 online resource 
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  |b PDF  |2 rda 
520 |a Find out how to use Docker in your ASP.NET Core MVC applications, and how containers make it easier to develop, deploy and manage those applications in production environments. Packed with examples and practical demonstrations, this book will help you deploy even large-scale, cross-platform web applications from development into production. Best-selling author Adam Freeman takes you on a whirlwind tour of Docker, from creating a consistent development environment for your team to deploying a project and scaling it up in production. By the end of the book, you will have a solid understanding of what Docker does, how it does it and why it is useful when developing and deploying ASP.NET Core MVC applications. What You Will LearnGain a solid understanding of Docker: what it is, and why you should be using it for your ASP.NET Core MVC applicationsUse Docker to create a development platform for ASP.NET Core MVC so that applications behave consistently across development and productionUse Docker to test, deploy and manage ASP.NET Core MVC containersUse Docker Swarms to scale up applications to cope with large workloadsWho This Book Is ForASP.NET Core MVC developers who want to use Docker to containerize and manage their applications. 
588 0 |a Vendor-supplied metadata. 
505 0 |a 1. Understanding Docker -- 2. Docker Quick Reference -- 3. Getting Ready -- 4. Docker Images and Containers -- 5. Docker Volumes and Networks -- 6. Docker Compose -- 7. Docker Swarms -- 8. Containerized Development. 
504 |a Includes bibliographical references and index. 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Microsoft .NET Framework. 
630 0 7 |a Microsoft .NET Framework  |2 fast 
650 0 |a Application software  |x Development. 
650 0 |a Web applications. 
650 6 |a Logiciels d'application  |x Développement. 
650 6 |a Applications Web. 
650 7 |a Web programming.  |2 bicssc 
650 7 |a Microsoft programming.  |2 bicssc 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x General.  |2 bisacsh 
650 7 |a Application software  |x Development  |2 fast 
650 7 |a Web applications  |2 fast 
758 |i has work:  |a Essential Docker for ASP.NET Core MVC (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCG8v9YDbHcmHm9MFfQxg4y  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |a Freeman, Adam, 1972-  |t Essential Docker for ASP.NET Core MVC.  |d New York, NY : Apress, [2017]  |z 9781484227770  |z 1484227778  |w (OCoLC)978289941 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=4837592  |z Texto completo 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484227770/?ar  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH33062894 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL4837592 
938 |a EBSCOhost  |b EBSC  |n 1498791 
938 |a YBP Library Services  |b YANK  |n 13967379 
994 |a 92  |b IZTAP