Developing Microservices with Node, React, and Docker
Learn how to quickly spin up a reproducible development environment with Docker to manage a number of Node microservices. - https://goo.gl/KrK3kY
#microservice #node #react #docker
Learn how to quickly spin up a reproducible development environment with Docker to manage a number of Node microservices. - https://goo.gl/KrK3kY
#microservice #node #react #docker
mherman.org
Developing Microservices - Node, React, and Docker - Michael Herman
This tutorial details how to quickly spin up a reproducible development environment with Docker to manage a number of Node.js microservices.
2017 is becoming the year of Container Security
Security is always of great importance, but that doesn’t mean it gets the marketing and media attention it deserves. Interestingly, however, I think, Docker and the rise of mass-scale containerisation outside of Silicon Valley is putting security front and centre. - https://goo.gl/31sht5
#microservice #docker
Security is always of great importance, but that doesn’t mean it gets the marketing and media attention it deserves. Interestingly, however, I think, Docker and the rise of mass-scale containerisation outside of Silicon Valley is putting security front and centre. - https://goo.gl/31sht5
#microservice #docker
Medium
2017 is becoming the year of Container Security
Security is becoming an important — if not the most important — feature of containerization in 2017. Not just for companies like Docker…
Deploying a Node App with Docker and Kubernetes
Need to deploy multiple Docker containers? Jatin Shridar looks at Kubernetes, a tool for automated deployment, scaling, and management of Docker containers. - https://goo.gl/kGRhoV
#nodejs #docker
Need to deploy multiple Docker containers? Jatin Shridar looks at Kubernetes, a tool for automated deployment, scaling, and management of Docker containers. - https://goo.gl/kGRhoV
#nodejs #docker
SitePoint
Kubernetes: An Introduction to Deploying a Node.js Docker App — SitePoint
Need to deploy multiple Docker containers? Jatin Shridar looks at Kubernetes: a tool for automated deployment, scaling, and management of docker containers.
Deploy Docker Images to Heroku with Container Registry
Heroku’s new Container Registry and Runtime is now generally available and brings together the benefits of Docker with those of Heroku. - https://goo.gl/2kCpKa
#docker #heroku
Heroku’s new Container Registry and Runtime is now generally available and brings together the benefits of Docker with those of Heroku. - https://goo.gl/2kCpKa
#docker #heroku
Heroku
Container Registry & Runtime GA: Deploy Docker Images to Heroku
In the last few years Docker has emerged as a de facto standard for packaging apps for deployment. Today, Heroku Container Registry and Runtime is...
52 Useful Docker Tools
Links and summaries for a variety of Docker-related tools cover areas from service discovery to security and logging. - https://goo.gl/VQRwNA
#docker #tools
Links and summaries for a variety of Docker-related tools cover areas from service discovery to security and logging. - https://goo.gl/VQRwNA
#docker #tools
A Guide to Writing Dockerfiles for Node Webapps
A step-by-step guide to writing optimized Dockerfiles for Node apps to assist in both development and deployment. - https://goo.gl/XRujqz
#nodejs #docker
A step-by-step guide to writing optimized Dockerfiles for Node apps to assist in both development and deployment. - https://goo.gl/XRujqz
#nodejs #docker
Hasura
An Exhaustive Guide to Writing Dockerfiles for Node.js Web Apps
Step by step guide to writing highly optimized Dockerfiles for Node.js web app development and deployment.
A Short Guide to a Productive Docker Dev Environment
If you don’t need full-on Kubernetes, you may prefer this tutorial focused on Docker. - https://goo.gl/im5DpP
#nodejs #docker
If you don’t need full-on Kubernetes, you may prefer this tutorial focused on Docker. - https://goo.gl/im5DpP
#nodejs #docker
Nrempel
A Short Guide to a Super Productive Docker Development Environment | Nicholas Rempel
Nick Rempel is an experienced software developer with a focus on SaaS and mobile application development. When he's not working, Nick spends his time exploring Vancouver Island and the outdoors.
Containerizing Node.js Applications with Docker
Goes from the basics of Docker to some Node and Docker best practices. - http://bit.ly/2wzviao
#nodejs #docker
Goes from the basics of Docker to some Node and Docker best practices. - http://bit.ly/2wzviao
#nodejs #docker
A Better Way to Develop Node Apps with Docker
If you’re not using Docker yet due to the perceived complexity, this tutorial really boils things down to the absolute basics of what you can do to take advantage of it to build Node apps complete with hot module reloading. - http://amp.gs/9zDG
#nodejs #docker
If you’re not using Docker yet due to the perceived complexity, this tutorial really boils things down to the absolute basics of what you can do to take advantage of it to build Node apps complete with hot module reloading. - http://amp.gs/9zDG
#nodejs #docker
How to Implement Runtime Environment Variables with create-react-app, Docker, and Nginx — http://amp.gs/4dRf
#react #docker #nginx
#react #docker #nginx
freeCodeCamp.org
How to implement runtime environment variables with create-react-app, Docker, and Nginx
There are many ways to configure your React application. Let’s use an approach which respects Twelve-Factor App methodology. This means it…
Use Docker to Create a Node Development Environment
Leverage Docker images and containers to create an isolated Node development environment. - http://amp.gs/4WIs
#nodejs #docker
Leverage Docker images and containers to create an isolated Node development environment. - http://amp.gs/4WIs
#nodejs #docker
Auth0 - Blog
Use Docker to Create a Node Development Environment
Leverage Docker images and containers to create an isolated Node development environment that runs a server
Dockerizing a Vue App
This tutorial looks at how to Dockerize a Vue app, built with the Vue CLI, using Docker along with Docker Compose and Docker Machine for both development and production. - http://amp.gs/dKgf
#vue #docker
This tutorial looks at how to Dockerize a Vue app, built with the Vue CLI, using Docker along with Docker Compose and Docker Machine for both development and production. - http://amp.gs/dKgf
#vue #docker
mherman.org
Dockerizing a Vue App
This tutorial looks at how to Dockerize a Vue app.
Crafting Build Pipelines with Docker
An exploration of using a multi-stage build for a Node.js application. - http://amp.gs/qVEZ
#nodejs #docker
An exploration of using a multi-stage build for a Node.js application. - http://amp.gs/qVEZ
#nodejs #docker
LogRocket Blog
Crafting build pipelines with Docker - LogRocket Blog
In the past, optimizing Docker images was a challenging exercise. But things have been different since Docker added support for multi-stage builds.
How to Dockerize an Express Application for AWS Fargate
AWS Fargate makes it possible to run containers ‘serverlessly’ (essentially it’s all managed for you automatically behind the scenes). - http://amp.gs/i6Ko
#nodejs #docker #aws
AWS Fargate makes it possible to run containers ‘serverlessly’ (essentially it’s all managed for you automatically behind the scenes). - http://amp.gs/i6Ko
#nodejs #docker #aws
cloudonaut
How to dockerize your Node.js Express application for AWS Fargate?
Learn to dockerize your Node.js application based on Express and run it on AWS Fargate. With AWS Fargate, you launch Docker containers in the cloud without any need to manage virtual machines. Operati
The Docker Handbook: A Practical Docker Intro
If you’re new to Docker, this is one of those great walkthrough/practical style tutorials that covers the main concepts complete with examples. - http://amp.gs/FwzC
#docker
If you’re new to Docker, this is one of those great walkthrough/practical style tutorials that covers the main concepts complete with examples. - http://amp.gs/FwzC
#docker
Reusable Development Containers with Docker Compose and Dip
Dip (Docker Interaction Process) abstracts Docker and Docker Compose files so you can quickly fire up a dev environment without copying anything over. Very useful, especially if you have multiple projects, and here’s how to use it with Ruby, Node, and Erlang. - http://amp.gs/oGT7
#docker
Dip (Docker Interaction Process) abstracts Docker and Docker Compose files so you can quickly fire up a dev environment without copying anything over. Very useful, especially if you have multiple projects, and here’s how to use it with Ruby, Node, and Erlang. - http://amp.gs/oGT7
#docker
Martian Chronicles
Reusable development containers with Docker Compose and Dip — Martian Chronicles
Run and test your code in multiple environments with minimal effort while keeping Docker Compose files under control with Dip. Examples for Ruby, Node.js, and Erlang.