Torrent Downloads » Other » [ DevCourseWeb com ] Udemy - The Docker for DevOps course - From development to production
Other
[ DevCourseWeb com ] Udemy - The Docker for DevOps course - From development to production
Torrent info
Name:[ DevCourseWeb com ] Udemy - The Docker for DevOps course - From development to production
Infohash: 2AFFD4A3A3AC69FB871101FE5973B4F6E8B19525
Total Size: 3.21 GB
Magnet: Magnet Download
Seeds: 3
Leechers: 3
Stream: Watch Full Movies @ LimeMovies
Last Updated: 2022-06-14 07:20:11 (Update Now)
Torrent added: 2022-05-02 22:05:56
Alternatives:[ DevCourseWeb com ] Udemy - The Docker for DevOps course - From development to production Torrents
Torrent Files List
Get Bonus Downloads Here.url (Size: 3.21 GB) (Files: 351)
Get Bonus Downloads Here.url
~Get Your Files Here !
01 - Introduction
001 What does the course cover.mp4
002 Dealing with issues.mp4
003 Life without Docker.mp4
02 - Getting setup
001 Preparing your system for Docker.mp4
002 section-2-preparing-your-system-for-docker.pdf
003 Installing Docker.mp4
004 section-2-installing-docker.pdf
005 Installing additional Docker tools.mp4
006 section-2-installing-additional-docker-tools.pdf
007 Installing Sublime Text.mp4
008 section-2-installing-sublime-text.pdf
03 - Docker basics
001 What is Docker.mp4
002 Benefits of using Docker.mp4
003 Docker hello world.mp4
004 section-3-docker-hello-world.pdf
005 Working with a Docker Registry.mp4
006 section-3-working-with-a-docker-registry.pdf
04 - Building a Dockerized web app
001 Setting up a project directory.mp4
002 section-4-setting-up-a-project-directory.pdf
05 - Dockerized Flask app
001 Project scaffolding.mp4
002 section-5-project-scaffolding.pdf
003 The Dockerfile.mp4
004 section-5-the-dockerfile.pdf
005 Docker Compose.mp4
006 Building the app.mp4
007 section-5-building-the-app.pdf
06 - Dockerized Rails app
001 Project scaffolding.mp4
002 The Dockerfile.mp4
003 section-6-the-dockerfile.pdf
004 Docker Compose.mp4
005 Building the app.mp4
006 section-6-building-the-app.pdf
MobyDock
mobydock-rails
Dockerfile
Gemfile
Gemfile.lock
README.rdoc
Rakefile
app
assets
images
docker-logo.png
keep
javascripts
application.js
pages.coffee
stylesheets
application.css
pages.scss
controllers
application_controller.rb
concerns
keep
pages_controller.rb
helpers
application_helper.rb
pages_helper.rb
mailers
keep
models
concerns
keep
feedback.rb
keep
views
layouts
application.html.erb
pages
home.html.erb
bin
bundle
rails
rake
setup
config.ru
config
application.rb
boot.rb
database.yml
environment.rb
environments
development.rb
production.rb
staging.rb
test.rb
initializers
assets.rb
backtrace_silencers.rb
cookies_serializer.rb
filter_parameter_logging.rb
inflections.rb
mime_types.rb
session_store.rb
wrap_parameters.rb
locales
en.yml
routes.rb
secrets.yml
unicorn.rb
db
migrate
20151014112002_create_feedbacks.rb
schema.rb
seeds.rb
docker-compose.yml
dockerignore
env
gitignore
lib
assets
keep
tasks
keep
log
keep
public
404.html
422.html
500.html
favicon.ico
robots.txt
test
controllers
keep
pages_controller_test.rb
fixtures
feedbacks.yml
keep
helpers
keep
integration
keep
mailers
keep
models
feedback_test.rb
keep
test_helper.rb
vendor
assets
javascripts
keep
stylesheets
keep
mobydock
Dockerfile
Gemfile
README.rdoc
Rakefile
app
assets
images
docker-logo.png
keep
javascripts
application.js
pages.coffee
stylesheets
application.css
pages.scss
controllers
application_controller.rb
concerns
keep
pages_controller.rb
helpers
application_helper.rb
pages_helper.rb
mailers
keep
models
concerns
keep
feedback.rb
keep
views
layouts
application.html.erb
pages
home.html.erb
bin
bundle
rails
rake
setup
config.ru
config
application.rb
boot.rb
database.yml
environment.rb
environments
development.rb
production.rb
staging.rb
test.rb
initializers
assets.rb
backtrace_silencers.rb
cookies_serializer.rb
filter_parameter_logging.rb
inflections.rb
mime_types.rb
session_store.rb
wrap_parameters.rb
locales
en.yml
routes.rb
secrets.yml
unicorn.rb
db
migrate
20151014112002_create_feedbacks.rb
schema.rb
seeds.rb
docker-compose.yml
dockerignore
gitignore
lib
assets
keep
tasks
keep
log
keep
mobydock.env
public
404.html
422.html
500.html
favicon.ico
robots.txt
test
controllers
keep
pages_controller_test.rb
fixtures
feedbacks.yml
keep
helpers
keep
integration
keep
mailers
keep
models
feedback_test.rb
keep
test_helper.rb
vendor
assets
javascripts
keep
stylesheets
keep
07 - Spinning up a staging server
001 Benefits of a staging server.mp4
002 Picking an operating system.mp4
003 Why can't we use Vagrant.mp4
004 Provisioning the staging server.mp4
005 section-7-provisioning-a-staging-server.pdf
006 Installing sudo.mp4
007 section-7-installing-sudo.pdf
008 Setting a static IP address.mp4
009 section-7-setting-a-static-ip-address.pdf
010 Setting up SSH.mp4
011 section-7-setting-up-ssh.pdf
012 Installing Docker.mp4
013 section-7-installing-docker.pdf
014 Operation automation.mp4
015 section-7-operation-automation.pdf
016 Pulling the Docker images.mp4
017 section-7-pulling-the-docker-images.pdf
018 Pushing the web app.mp4
019 section-7-pushing-the-web-app.pdf
020 Securing your staging server.mp4
021 section-7-securing-the-staging-server.pdf
MobyDock
deploy
deploy.sh
git
post-receive
mobydock
iptables
rules-save
ssh
sshd_config
sudo
sudoers
08 - Crash course with systemd
001 What is systemd.mp4
002 Creating your first unit files.mp4
003 section-8-creating-your-first-unit-files.pdf
004 Exploring the updated deploy script.mp4
005 section-8-exploring-the-updated-deploy-script.pdf
MobyDock
deploy
deploy.sh
git
post-receive
mobydock
iptables
rules-save
ssh
sshd_config
sudo
sudoers
units
iptables-restore.service
postgres.service
redis.service
swap.service
09 - Adding nginx into the mix
001 What is nginx.mp4
002 Customizing the official nginx image.mp4
003 section-9-customizing-the-official-nginx-image.pdf
004 Creating self signed SSL certificates.mp4
005 section-9-creating-self-signed-ssl-certificates.pdf
006 Updating the deploy files.mp4
007 section-9-updating-the-deploy-files.pdf
MobyDock
deploy
deploy.sh
git
post-receive
mobydock
nginx
iptables
rules-save
nginx
Dockerfile
certs
dhparam.pem
productionexample.crt
productionexample.key
configs
default.conf
nginx.conf
docker-entrypoint
ssh
sshd_config
staging
__init__.py
settings.py
sudo
sudoers
units
iptables-restore.service
mobydock.service
nginx.service
postgres.service
redis.service
swap.service
10 - Creating a production server
001 Picking a hosting provider.mp4
002 Signing up with Digital Ocean.mp4
003 section-10-signing-up-with-digital-ocean.pdf
004 Creating a new droplet.mp4
005 section-10-creating-a-new-droplet.pdf
006 Preparing your droplet.mp4
007 section-10-preparing-your-droplet.pdf
MobyDock
deploy
deploy.sh
git
post-receive
mobydock
nginx
iptables
rules-save
nginx
Dockerfile
certs
dhparam.pem
productionexample.crt
productionexample.key
configs
default.conf
nginx.conf
docker-entrypoint
git
COMMIT_EDITMSG
HEAD
config
description
hooks
applypatch-msg.sample
commit-msg.sample
fsmonitor-watchman.sample
post-update.sample
pre-applypatch.sample
pre-commit.sample
pre-push.sample
pre-rebase.sample
pre-receive.sample
prepare-commit-msg.sample
update.sample
index
info
exclude
logs
HEAD
refs
heads
master
remotes
production
master
objects
29
d5edb31091dc5711e64a05f133a83c44f9c98f
37
9a7417c14d674de682c0693234534e521a2352
39
d99c7e6dd36aa1da16b746c465969939a90728
40
43c39b35472c96593020de6fc47df41b568085
44
382bec9c16d287ad0d21dae873cfa08b592253
4f
935a08494f752b577d47147db638e59f3f30f0
65
059c15fed524063383308b19a294219ba705cd
86
79e3c8d8f0c163fbbffc8e64bea929dd948901
9b
cbe6a27a91aa5e2de1a6051019eedb97594c95
ad
31266f0ee1fa34506e33b03b53bce04af28033
b5
364548327a31804388e070ca91c5b4bc137950
b6
ed5948b8b5536af4cfd9a33e1390f89905dae7
ba
b6013e47850503695661afd9480f4069e65768
bb
a2dc26ea3a55d7614726ca62502004ad948b34
c2
111ac96d5f22ac045d3a972d0e04260dd3b8f5
d2
9fb721185f370ad15ed1eb439067006bec59ca
f5
dde00f5c077f489692f4057d72f82447510f2c
f7
1fa24a358e56f8d5b151e00fadecef5d42b40e
refs
heads
master
remotes
production
master
production
__init__.py
certs
dhparam.pem
productionexample.crt
productionexample.key
env
settings.py
ssh
sshd_config
staging
__init__.py
env
settings.py
sudo
sudoers
units
iptables-restore.service
mobydock.service
nginx.service
postgres.service
redis.service
swap.service
11 - Registering a domain name
001 Picking a domain registrar.mp4
002 section-11-picking-a-domain-registrar.pdf
003 Purchasing and configuring a domain.mp4
12 - Obtaining an SSL certificate
001 Picking a certificate authority.mp4
002 section-12-signing-up-with-a-free-authority.pdf
003 section-12-signing-up-with-a-better-authority.pdf
004 Investigating Let's Encrypt.mp4
005 section-12-investigating-lets-encrypt.pdf
006 Using your certificates in production.mp4
007 section-12-using-your-certificates-in-production.pdf
008 Verifying the certificates are graded an A+.mp4
009 section-12-verifying-that-your-ssl-cert-is-graded-a-plus.pdf
13 - Where to go next
001 Congrats, you finished the main course.mp4
002 Adding more services to your web app.mp4
003 Planning to scale.mp4
004 section-13-planning-to-scale.pdf
005 Monitoring, metrics and alerting.mp4
006 section-13-monitoring-metrics-and-alerting.pdf
007 Exploring Continuous Integration (CI).mp4
008 Centralized logging.mp4
008 section-13-centralized-logging.pdf
009 Evaluating configuration management tools.mp4
010 section-13-evaluating-configuration-management-tools.pdf
14 - Bonus lectures
001 Setting up automated database backups.mp4
deploy
cron
mobydock-backup
deploy.sh
mobydock-db.sh
Bonus Resources.txt
tracker
leech seedsTorrent description
Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch [ DevCourseWeb com ] Udemy - The Docker for DevOps course - From development to production Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.
related torrents
Torrent name
health leech seeds Size






