Best of Docker2022

  1. 1
    Article
    Avatar of dockerDocker·4y

    How to Setup Your Local Node.js Dev Environment Using Docker

    Docker is the de facto toolset for building modern applications and setting up a CI/CD pipeline. How to set up a local Node.js development environment for a relatively complex application that uses React for its front end, Node and Express for a couple of micro-services and MongoDb for our datastore.

  2. 2
    Article
    Avatar of dockerDocker·4y

    How to Fix and Debug Docker Containers Like a Superhero

    The Community All-Hands session, Ákos Takács demonstrated how to fix Docker containers. Each issue can impact your image builds and final applications. To further complicate things, source-code inspection isn't always helpful. But, common container issues don’t have to be your kryptonite!

  3. 3
    Article
    Avatar of dockerDocker·4y

    How to Use the Node Docker Official Image

    The Node.js Foundation describes Node as ‘an open-source, cross-platform JavaScript runtime environment’ We’ve curated the Node Docker Official Image as one of many core container images on Docker Hub. It’s safest to use node:19-bullseye because this image supports numerous use cases. This version is stable and prevents you from pulling in new breaking changes.

  4. 4
    Article
    Avatar of dockerDocker·4y

    9 Tips for Containerizing Your Node.js Application

    Multi-stage Docker builds help ensure your builds are 100% reproducible and lean. You can containerize your Node application using a multi-layer approach. Each layer may contain different app components like source code, resources, and even snapshot dependencies.

  5. 5
    Article
    Avatar of dockerDocker·4y

    How to Build and Run Next.js Applications with Docker, Compose, & NGINX

    Using Next.js can boost deployment efficiency, accelerate time to market, and help attract web users. We’ll also cover key processes and helpful practices for serving static content. Leveraging A/B testing to create tailored user experiences. You can customize your client-side code to change your app’s appearance, and ultimately the end-user experience.

  6. 6
    Article
    Avatar of dockerDocker·4y

    Introducing the Docker+Wasm Technical Preview

    Wasm is quickly spreading beyond the browser thanks to the WebAssembly System Interface (WASI) Companies like Vercel, Fastly, Shopify, and Cloudflare =wasi/wasm32 michaelirwin244/Wasm-example. We can get the “Hello world” message by either opening to http://localhost:8080 or using curl. And our response will give us a Hello world.