Docker minify смотреть последние обновления за сегодня на .
Getting your containers to be slim can be hard work, here is an example using DockerSlim that can help minify your containers by 10x-30x 💪 At Slim.AI, our mission is to help application developers create, build, deploy and run THEIR cloud-native apps with zero friction, complexity and waste. Because it sucks to go slow at building the apps that power EVERY business. Commands used in the video: - docker pull dslimexamples/server-python2-flask-standard docker images docker run -it rm -p 1300:1300 name dslimflask dslimexamples/server-python2-flask-standard docker-slim build copy-meta-artifacts . dslimexamples/server-python2-flask-standard docker run -it rm -p 1300:1300 name dslimflask dslimexamples/server-python2-flask-standard.slim curl http://127.0.0.1:1300/ ls -la Our domains: 🕸 🤍 🕸 🤍 Connect with us: 🧑💻 🤍 🗣 🤍 🐦 🤍 📘 🤍 📡 🤍 🔗 🤍 #docker #minification #dockerslim
DockerSlim is a tool for developers that provides a set of commands (build, xray, lint and others) to simplify and optimize your developer experience with containers. It makes your containers betters, smaller and more secure. Don't change anything in your Docker container image and minify it by up to 30x making it secure too! Optimizing images isn't the only thing it can do though. It can also help you understand and author better container images. Keep doing what you are doing. No need to change anything. Use the base image you want. Use the package manager you want. Don't worry about hand optimizing your Dockerfile. You shouldn't have to throw away your tools and your workflow to have small container images.
If not careful, containers can become much larger than necessary which makes them annoying to download/upload from/to a container registry. However, with a few simple tips, it is possible to build lightweight, snappy images. In this video, I share two techniques that can help make your production images smaller! I hope you find these helpful to make your containerized applications a bit lighter. Cheers! - Join the Community: 💬 Discord: 🤍 💻 GitHub: 🤍 🐥 Twitter: 🤍 👨💼 LinkedIn: 🤍 🌐 Website: 🤍 - Timestamps: 0:00 - Intro 0:34 - Example webserver code 0:55 - Example naive Dockerfiles 1:30 - Examining image sizes 1:47 - Tip #1 (use smaller base images) 2:24 - Confirming the smaller image sizes 2:59 - Tip #2 (use multi-stage Docker builds) 4:00 - Closing thoughts - Community Size at Time of Posting: - Subscribers: 332 - Channel Views: 5196 Note: I have a running joke with my wife that I'm not going to shave my beard until I reach 1000 subscribers (the last time I did was at 100...) and it is starting to get out of control 🧔+🎅
Docker Container Image size can grow uncontrolled and undermine the portability and security of your applications if you do not follow some simple techniques. In this tutorial, I show you how to optimize and reduce the number of layers in your Docker images using multistage builds and layer merging. I also showcase a tool, named dive, which allows you to perform an in-depth analysis of the layers in your image to identify potential wasted space. 00:00 Docker Layers 1:32 Multi-Stage Build 2:14 Demo 5:15 How to use dive 6:30 Conclusion #docker #devops #dockertutorial Follow me on: LinkedIn: 🤍 Twitter: 🤍 Website: 🤍
Hi Everyone, Today's Class I am going to talk a real time production scenario that you can explain in an interview. You can use the example demonstrated in the video and try out multi stage docker builds and distroless images on your applications. We will learn in this video: 1. Multi Stage Docker Builds 2. Reduce Docker Image Size 3. Distro Less Images 4. Containers Security 5. Interview Questions with Answers 6. Scenario Based Production Q & A Telegram channel = 🤍 GitHub Repo for Multi Stage Builds 🤍 More Distroless Images (Java, Python e.t.c.,.) = 🤍 About me: LinkedIn: 🤍 GitHub: 🤍 Medium: 🤍 YouTube: 🤍
Size of symbolic 🤍 Packages - Docker-slim package 🤍 Dive package 🤍 Commands - build docker slim image docker-slim build target ubuntu:latest tag ubuntu:slim http-probe=false explore layer of image dive IMAGE_NAME Don't forget to subscribe : )
A short demo of how to use Docker Slim to minify and secure your docker container. For further details checkout 🤍
this tutorial shows you how you can dramatically reduce the size of your nodejs docker images using multi-stage builds combined with tiny operating systems. i explain how to build a very small node.js docker image using google distroless, red hat universal base image (UBI) and debian slim. I also show that these containers are just as small as alpine images but don't have the disadvantage of not being officially supported. net result in tiny node.js docker containers that are supported, and can run in docker and kubernetes.
Скачать PVS-Studio: 🤍 Промокод: #mir_it VK PVS-Studio: 🤍 YouTube: 🤍PVSStudioTool Dockerfile на первый взглят простой инструмент для создания Docker image, но если совершать ошибки, о которых я расскажу в видео, то ваш Докер образ может раздуться до невероятных размеров. Особенно когда в твоем Докер файле есть компиляция программы. Например если подготавливать/компилировать в dockerfile java, с, с, golang приложения и оставлять весь мусор после сборки мы порадим увесестый контейнер. #docker #ityoutubers #devops Дополнительные видео по теме: Web-сайт для ленивых: docker-compose, nginx, php-fpm, mysql - 🤍 Про моего телеграм бота на голанге - 🤍 Подробнее о Dockerfile - 🤍 ХОТИТЕ ПОМОЧЬ РАЗВИТИЮ КАНАЛА? ★ BITCOIN: 3DkeRMFu4jsZCvRj8Bxn8iQCkgxfeVaxg8 ★ Boosty (подписка донаты) 🤍 ★ Яндекс.Деньги: 🤍 ★ 🤍 ★ 🤍 КОНТАКТЫ: ✦ Канал в TELEGRAM: 🤍 (worlditech) ✦ Чат в TELEGRAM: 🤍 ✦ Группа в VK: 🤍 ✦ INSTAGRAM: 🤍 ✦ DISCORD: 🤍 Еще контакты: ✧ 🤍 ✧ 🤍 ✧ 🤍
Understanding what's inside a Docker container can be tricky. Here's an example, using DockerSlim Xray, that can help. At Slim.AI, our mission is to help application developers create, build, deploy and run THEIR cloud-native apps with zero friction, complexity and waste. Because it sucks to go slow at building the apps that power EVERY business. Our domains: 🕸 🤍 🕸 🤍 Connect with us: 🧑💻 🤍 🗣 🤍 🐦 🤍 📘 🤍 📡 🤍 🔗 🤍 #docker #containers #dockerslim
#handson #jota #jotaoncode #docker #multistage #nodejs #node #javascript #js #nextjs Docker multistage for environments like production or development for a nextjs application. In this case we see about docker multistage and also some alternatives to minify image size. Docker develop for a nextjs is 174 MB (added mocha to add a difference to the production one) Docker production for a nextjs is 165 MB Docker slim makes a total of 116 MB for the production build Alpine node 12, has a size of 89 MB. I believe the results of this learning for docker image minification and separation of environments is very rich. Subscribe to Hands on with JotaOnCode: 🤍 Home page: 🤍 Support this channel: 🤍
- Quick code walkthrough and point out a few places to contribute. - Container best practices - simple minification demo with nginx and the seccomp profile generation. - xray command, Slim SaaS and its container explorer and container diffing capabilities. It'll be also cool to do a
Unravelling the Magical Act of DockerSlim Minifying Container Images - Mritunjay Sharma, Slim.AI
DockerSlim is a magic diet pill for your containers :) Use it to make your fat containers skinny. Demo shows how a 430MB Docker image is turned into a 40MB image.
Download the latest Docker Desktop version and try the Slim.ai extension for yourself → 🤍 Slim.ai helps developers build and secure containers faster. Learn how Slim.ai helped PaymentWorks break up monoliths into microservices. The Docker Extension for Slim.ai lets PaymentWorks make local comparisons of multiple containerized microservices, and — when connected to the Slim Cloud — provide better onboarding and tracking of containers as they move through CI/CD to AWS. • Speakers: Josh Vainey, Head of Product, Slim.ai - Connect with Josh → 🤍 Matias Elgart, VP, Platform Engineering, PaymentWorks - Connect with Matias → 🤍 Join the Docker conversation! LinkedIn → 🤍 Twitter → 🤍 Facebook → 🤍 Instagram → 🤍
In this video we'll look at how to deploy Dozzle and view all of our Docker container logs from a single dashboard. Dozzle is a simple, lightweight application that provides you with a web based interface to monitor your Docker container logs live. It doesn’t store log information, it is for live monitoring of your container logs only. While dozzle should work for most, it is not meant to be a full logging solution. For enterprise applications, products like Loggly, Papertrail or Kibana are more suited. Dozzle doesn't cost any money. Dozzle aims to stay simple, small and free. Website: 🤍 GitHub: 🤍 Gist: 🤍 Join this channel to get access to perks: 🤍 The hardware in my current home server is: - Synology DS1621xs+ (provided by Synology): 🤍 - 6x8TB Seagate Exos Enterprise HDDs (provided by Synology): 🤍 - 16GB DDR4 ECC RAM (provided by Synology): 🤍 - 2TB NVMe Caching Drive (provided by Sabrent): 🤍 All amzn.to links are affiliate links. More Home Server Videos: 🤍 /=/ Remember to leave a like on this video and subscribe if you want to see more! /=/ Like what I do? Want to be generous and help support my channel? Here are some ways to support: Patreon: 🤍 Ko-fi: 🤍 /=/ Here's my Amazon Influencer Shop Link: Amazon: 🤍 /=/ Follow Me: Twitter: 🤍 Facebook: 🤍 Subscribe: 🤍
Originally broadcast on twitch.tv/SlimDevOps on May 7th 2021. Pieter presents a live demo of slimming a Python / Flask Docker image from 895MB to 45MB using DockerSlim and we answer your questions. 🧑💻 🤍 At Slim.AI, our mission is to help application developers create, build, deploy and run THEIR cloud-native apps with zero friction, complexity and waste. Because it sucks to go slow at building the apps that power EVERY business. Our domains: 🕸 🤍 🕸 🤍 Connect with us: 🧑💻 🤍 🗣 🤍 🐦 🤍 📘 🤍 📡 🤍 🔗 🤍 0:00 Welcome back 1:45 Minifying a Python/Flask Docker container with DockerSlim 28:27 Community Q&A 29:30 Wrap up #docker #python #dockerslim Music provided by 🤍
Link to my programming Video Library: 🤍 Pick best UI color for your projects: 🤍 Desktop: 🤍 Laptop that I use: 🤍 Wallpaper: 🤍 Facebook: 🤍 Instagram: 🤍 homepage: 🤍 Download LearnCodeOnline.in app from Google play store and Apple App store 🤍 Disclaimer: It doesn't feel good to have a disclaimer in every video but this is how the world is right now. All videos are for educational purpose and use them wisely. Any video may have a slight mistake, please take decisions based on your research. This video is not forcing anything on you. All Amazon links are affiliate links (If any).
Within this tutorial we will: -Generate a .NET 6 Web API based on the default template -Add Docker support with a generated Dockerfile -Improve the size and security of the final image by improving the Dockerfile -Scan the different docker images with trivy to check how much CVEs are detected The tutorial code can be found here: 🤍
Dockerslim claims to increase the performance and security of docker images with no effort on your part. How realistic is the claim? I take a look.
# Containerize A Python Web Server #script ## Configure Filesystem *pwd and highlight project directory* ``` mkdir containerize-python-server cd !$ mkdir src ``` Within your project directory, create a `src` directory for our application code. ## Create Server *create simple_server.py* In the `src` directory, create a file called `simple_server.py`. This file will run our simple http server: ``` from http.server import HTTPServer, SimpleHTTPRequestHandler ``` We will use an HTTPServer class and request handler from the python standard library to keep things as simple as possible. ``` def run(server_class=HTTPServer, handler_class=SimpleHTTPRequestHandler): """Entrypoint for python server""" server_address = ("0.0.0.0", 8000) httpd = server_class(server_address, handler_class) print("launching server...") httpd.serve_forever() ``` Define a function called `run` that instantiates and runs an instance of `HTTPServer`. Notice the `server_address` argument tells our HTTPServer instance to listen on port 8000 of our local machine. ``` if name "main": run() ``` We will execute our `run` function whenever this python module is invoked. ## Validate Server Functionality ``` python3 src/simple_server.py ``` We can run the server on our local machine by executing it as a python file. *from a new terminal* ``` curl -iv localhost:8000 ``` Validate the server is running by opening a new tab and curling port 8000 to confirm you get a response. Looks good! We know that it works, so let's kill the server by hitting `ctrl-c`. ## Create Dockerfile *create Dockerfile* Now let's add a Dockerfile to define the container image we will use to run our web server: ``` FROM python:3.8 ``` Use an image with Python 3.8 pre-installed as our base. This will give us a python 3.8 interpreter in the container. ``` ENV SRC_DIR /usr/bin/src/webapp/src COPY src/* ${SRC_DIR}/ WORKDIR ${SRC_DIR} ``` Copy the files in our project directory’s `src` folder into the container at `/usr/bin/src/webapp/src`. Then set the image’s working directory to the `src` directory. ``` ENV PYTHONUNBUFFERED=1 ``` Set `PYTHONUNBUFFERED=1` as an environment variable so that python sends print and log statements directly to `stdout`. If we did not set this, we would not see logs from our container because they would be sent to a buffer. ``` CMD ["python", "simple_server.py"] ``` Finally, use the `CMD` directive to tell the container a default command to execute when we run it. In this case, we execute our `simple_server.py` script. ## Build Image ``` docker build . -t simple_server ``` Build the image and tag it as `simple_server` with the `-t` flag. ## Run Image ``` docker run -p 8000:8000 simple_server ``` Run the image and forward port `8000` on your local machine to port `8000` in the docker container with the `-p` flag. ## Validate Server Functionality *from a different terminal* ``` curl -iv localhost:8000 ``` Validate your containerized server is running with a curl command just like before. And you're done! You've containerized a python server. You can kill the dockerized process by hitting `ctrl-c` . In my next videos I will show you how to run a django application entirely with containers.
Did you miss the Docker Community All-Hands on March 31st, 2022? Here is a replay of the talk hosted by Melissa McKay (🤍melissajmckay): Docker Dieting: Sizing up Your Java Images and Containers. ► Description: But there are plenty of details here that are glossed over. Frequently, the end result is a bulky image that is expensive to store, cumbersome to move around, and less secure. Melissa will delve into the details and discuss recommendations for base images, differences in frameworks, differences in build utilities, and strategies to cut some calories during your development and delivery process. Learn how to optimize your Java images and containers and how to keep them slim and fit! 🐳 Join our community on Slack: 🤍 You can follow Docker on social networks: ► Twitter: 🤍 ► LinkedIn: 🤍 ► Facebook: 🤍
Have you ever put a graphical desktop app in a Docker container? 🤔 Martin hasn't, but thinks he knows how. And is joined by Primoz, who also thinks he knows how. Let see how we got on running Firefox 🔥🦊 inside a Docker container 🐋 Originally streamed live on 🤍 on November 25th 2021. At Slim.AI, our mission is to help application developers create, build, deploy and run THEIR cloud-native apps with zero friction, complexity and waste. Because it sucks to go slow at building the apps that power EVERY business. Our domains: 🕸 🤍 🕸 🤍 Connect with us: 🧑💻 🤍 🗣 🤍 🐦 🤍 📘 🤍 📡 🤍 🔗 🤍 0:00 Welcome back #docker #desktop #linux Music provided by 🤍
In this video we will deploy our app to our production server ▬▬▬▬▬▬ Full Playlist 🌴 ▬▬▬▬▬▬ Devops with Docker and Node.js: 🤍 In this course we are going to master the core fundamentals of docker by building a Node/Express app with a Mongo & Redis database. We'll start off by keeping things simple with a single container, and gradually add more complexity to our app by integrating a Mongo container, and then finally adding in a redis database for authentication. We'll learn how to do things manually with the cli, then move on to docker compose. We'll focus on the challenges of moving from a development environment to a production environment. We'll deploy and Ubuntu VM as our production server, and utilize a container orchestrator like docker swarm ▬▬▬▬▬▬ Subscribe to my Channel 🍆 ▬▬▬▬▬▬ 🤍 ▬▬▬▬▬▬ Support this garbage Channel 🍒 ▬▬▬▬▬▬ Patreon: 🤍 ▬▬▬▬▬▬ Stalk me on Social Media 😲 ▬▬▬▬▬▬ 🤍 🤍 🤍
Originally broadcast on twitch.tv/SlimDevOps on September 9th 2021. Martin and Pieter present a practical workshop that introduces some Docker best practises to get your containers ready for production deployment. The workshop material is available below: 🔗 🤍 🧑💻 🤍 🧑💻 🤍 At Slim.AI, our mission is to help application developers create, build, deploy and run THEIR cloud-native apps with zero friction, complexity and waste. Because it sucks to go slow at building the apps that power EVERY business. Our domains: 🕸 🤍 🕸 🤍 Connect with us: 🧑💻 🤍 🗣 🤍 🐦 🤍 📘 🤍 📡 🤍 🔗 🤍 0:00 Welcome back 3:48 What's coming up in future SlimDevOps live streams 5:21 Workshop starts 8:44 Docker production ready container topics 10:18 Workshop setup 14:34 Running apps in containers as a non-root user 21:29 Pinning base container images 31:02 Better container layer caching 38:22 Cleaning up cached files 44:47 Use ENTRYPOINT instead of CMD 48:19 Using WORKDIR 51:00 Reviewing what we changed in our Dockerfile 53:27 Live Q&A 54:54 Can base a Docker container on nothing? 57:05 What happened to Ubuntu JeOS? 58:15 Wrapping up #docker #workshop #bestpractice Music provided by 🤍
Join us for a discussion around Node.js and Docker best practices. Presenters: Peter McKee (🤍pmckee), DevRev, Docker Chad Metcalf (🤍metcalfc), Cloudy Architect, Docker #nodejs #javascript #docker
Understanding what's inside a Docker container can be tricky. In this episode of CloudNativeFM, I'm joined by Kyle Quest Co-Founder of DockerSlim. Kyle helps us understand how we can make our giant containers to skinny with the help of DockerSlim. DockerSlim is a magic diet pill for your containers :) Use it to make your fat containers skinny. The demo shows how a 133MB Docker image is turned into an 11.1MB image. Slim.AI is a SaaS platform based off of DockerSlim, Slim.AI mission is to help application developers create, build, deploy and run THEIR cloud-native apps with zero friction, complexity, and waste. Because it sucks to go slow at building the apps that power EVERY business. ▬▬▬▬▬▬ ⏲️ TimeLine ⏲️ ▬▬▬▬▬▬ 0:00 Sneak Peek of Episode 31 1:24 Intro of Kyle and DockerSlim & SlimAI 9:00 Why do we need to care about slimmer container images. 16:45 How to get started with DockerSlim (container best practices in production) 20:28 DockerSlim in action 🚀 25:38 What are HTTP probes and why DockerSlim uses that? 27:38 Can we integrate DockerSlim with CI/CD tooling? 30:26 What is Slim.AI (Application intelligence)? 32:55 Slim.AI (SAAS) google for containers in action 🚀 44:24 Slim.AI for certification rotation (Supply ChainSecurity) 45:14 Can we check the performance of slimmer images using DockerSlim or SlimAI? 48:10 Can we audit the best practices using SlimAI? 51:54 Awesome learning experience I had with Kyle Quest (DockerSlim & SlimAI) 52:25 Thanks Kyle for showing your presence in TheCloudNativeFM ❤️❤️❤️ 53:36 Coming up next (Containerd with Phil Estes) 😍😍😍 ▬▬▬▬▬▬ 🔗 About the Guest 🔗 ▬▬▬▬ ▬▬▬ ▬▬▬▬▬ Kyle Quest ► 🤍 ▬▬▬▬▬▬ 🔗 About the DockerSlim 🔗 ▬▬▬▬ ▬▬▬ ▬▬▬ Optimize Your Containerized App Dev Experience. Better, Smaller, Faster, and More Secure Containers Doing Less! ➡ 🤍 ➡ 🤍 ⭐️ 🤍 ▬▬▬▬▬▬ 🔗 About the Slim.AI 🔗 ▬▬▬▬ ▬▬▬ ▬▬▬▬▬ Build better-containerized apps with less friction ➡ 🤍 ➡ 🤍 ▬▬▬▬▬▬ 👋 Contact me 👋 ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ ➡ 🤍 ➡ 🤍 ▬▬▬▬▬▬ ▬▬▬▬▬▬ ▬▬▬▬▬▬ ▬▬▬▬ ▬▬▬▬▬▬▬ ▬▬▬▬ 🙌 Let's connect and share your knowledge: 🙌 ▬▬▬▬▬ Traefik Islamabad ➡ 🤍 Docker Islamabad ➡ 🤍 CN - Islamabad ➡ 🤍 ▬▬▬▬▬▬ ▬▬▬▬▬▬ ▬▬▬▬▬▬ ▬▬▬▬ ▬▬▬ ▬▬▬▬ #DockerSlim #SlimAI #TheCloudNativeFM
The Cockpit web-based admin tool can be extended to include container management. Watch more How To videos: 🤍 Watch more TechRepublic videos: 🤍 Follow TechRepublic on Twitter: 🤍 Follow TechRepublic on Facebook: 🤍 Follow TechRepublic on Instagram: 🤍 Follow TechRepublic on LinkedIn: 🤍 Watch Tech Stories, a series of mini documentaries from TechRepublic: 🤍
Did you miss the Docker Community All-Hands on March 31st, 2022? Here is a replay of the talk hosted by Mohammad-Ali A'RÂBI (🤍MohammadAliEN): Node.js Project CI/CD Pipeline. ► Description: Different CI/CD jobs that we run for a standard Node.js backend project, from static analysis and testing to the creation of the production Docker image. 🐳 Join our community on Slack: 🤍 You can follow Docker on social networks: ► Twitter: 🤍 ► LinkedIn: 🤍 ► Facebook: 🤍
Kubernetes Security - Minimize base image footprint - 17 Chapters 00:00 About Topic 00:23 Cloud Native Security 00:38 Minimize Base Image Dockerfile 03:43 Docker Image Layers 06:28 Sample Images demo 08:44 Minimize Base Image Tips 11:28 Full vs Slim vs Alpine vs Distroless 14:12 Various Images demo 17:40 Tips for the Docker Image Size demo CKS Preparation Guide Github: 🤍 Google Distroless Docker Images: 🤍 Docker Best Practices: 🤍 CKS playlist: 🤍 Like, Comment & Subscribe Learn with GVR #cks #kubenetes #kubernetessecurity #k8s #learnwithgvr
Special Thanks to F5 Networks for presenting this workshop! This is part 1 of 2 as recording cut off towards the end of the workshop Presented by F5 Networks & Blockchain Society 🤍 UW
Join us today as we discuss the VSCode Docker Extension. Follow us on twitter Peter - 🤍 Chad - 🤍 #Docker #Containers #DevLife
In this video, we learn how to obfuscate Python code with PyArmor. ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾ 📚 Programming Books & Merch 📚 🐍 The Python Bible Book: 🤍 💻 The Algorithm Bible Book: 🤍 👕 Programming Merch: 🤍 🌐 Social Media & Contact 🌐 📱 Website: 🤍 📷 Instagram: 🤍 🐦 Twitter: 🤍 🤵 LinkedIn: 🤍 📁 GitHub: 🤍 🎙 Discord: 🤍 🎵 Outro Music From: 🤍
Vite is a JavaScript build tool that makes it faster and easier to build web applications. It's similar to tools like Webpack, but relies on modern browser features like ES Modules to simplify and speed-up the build process. #javascript #webdev #100SecondsOfCode 🔗 Resources Vite Docs 🤍 Vite SSR Plugin 🤍 Learn more about JS Bundlers 🤍 🔥 Get More Content - Upgrade to PRO Upgrade to Fireship PRO at 🤍 Use code lORhwXd2 for 25% off your first payment. 🎨 My Editor Settings - Atom One Dark - vscode-icons - Fira Code Font 🔖 Topics Covered - What is Vite.js? - Vite vs Webpack - Who created Vite? - How does Vite work? - Module Bundlers in JavaScript
My guests Martin Wimpress and Pieter van Noordennen from Slim.ai join me to discuss some ways to slim down your Docker images and reduce the attack surface of your containers in the process. 😍 Support this show on Patreon! It's the #1 way to support this show, my podcast, and open source 🤍 💬 Join the discussion on our Discord chat server 🤍 Topics Docker Slim: 🤍 Slim.ai: 🤍 Martin Wimpress 🤍 Pieter van Noordennen = 🤍 Bret Fisher = 👨🏫 Best coupons for my Docker and Kubernetes courses at 🤍 🎧 Listen to my podcast of this show's past episodes at 🤍 #docker #kubernetes #devops
In this video we're optimising containers using the Slim.AI SaaS platform and DockerSlim. Learn how to reduce your attack surface 🛡 and increase deployment velocity ⚡ with real world examples, including Node.js, NuxtJS and docker compose. 🕸 🤍 🕸 🤍 Originally streamed live on 🤍 on March 18th 2022. Slim.AI makes developer tools to help create secure, production-ready containers faster ⚡ Connect with us: 🐦 🤍 🗣 🤍 📡 🤍 🔗 🤍 🧑💻 🤍 0:00 Welcome back #dockerslim #slim-ai #docker-compose Music provided by 🤍
Presenter: Michael Pinnegar Topic: Dockerize Your Build Toolchain Program link: 🤍 Slides link: Not available at this time Abstract: Take your build toolchain to the next level by putting all your build tools (gulp, maven, gradle, grunt, make, rake) into a Docker container. In this talk we’ll go over the basics of getting started putting your toolchain into Docker, explore a few examples, and talk about common problems you might encounter. Videos from DevOpsDays Ohio 2018. Please visit the main event page at 🤍 A huge thank you to ClearSky Video for the video recording and live stream. Please check their work at 🤍 Another huge thanks to Ashton from Mind's Eye for the graphic recording. Check out her work at 🤍
เข้าถึงเทคนิคและประสบการณ์พัฒนา Product อย่างใกล้ชิดกับอ.เล็ก กด Join Member เลย: 🤍 หากท่านอยากสนับสนุนเรา CMDev Channel ท่านสามารถช่วยเราได้ เพียงแค่แวะเข้าไปชมหลักสูตรของเราที่ 🤍codemobiles.com ซึ่งหลักสูตรเนื้อหาเข้มข้นมากมาย ทั้งแบบเรียนที่ Office ของ CodeMobiles หรือ แบบเร่งรัดที่เป็น Video Online พร้อม source code เวอร์ชั่นเต็ม พร้อมสามารถปรึกษากับอาจารย์ เมื่อติดปัญหาขณะทำ Workshop ในหลักสูตร ตัวอย่างหลักสูตรของเรา - Angular / NodeJS / Express / MongoDB Programming - ASP .NET Core - Android Programming - iOS Programming - UX/UI - Xamarin Programming - Ionic Programming - Automated Text - IoT Programming Sourcecode และ วีดีโอ CMDev Channel ช่องสอนเขียนแอพบนมือถือ Android, iOS, Modern Web Technology, IoT and UX/UI โดย 🤍 - Subscribe : 🤍 - สั่งซื้อ Video พร้อม Source Code : 🤍 - เรียนสดกับอาจารย์ผู้สอน : 🤍 - พูดคุยแลกเปลี่ยนความคิดเห็นกับเราได้ที่ : 🤍 - เช่าห้องอบรม-สัมมนา-เครื่อง Mac : 🤍 Website : 🤍 Facebook : 🤍