Posts with tag: Docker
AWS examples in C# - run the solution
Explanation of how to install and use the solution in AWS examples in C# blog post series.
Dockerize React application with a Docker multi-staged build
How to build React application inside a Docker container, with a multi-staged build and then run it with NGINX or Caddy.
Optimize the size of Docker images
How to optimize the size of the Docker images, by using intermediate build image and final runtime image.
Testing with Cypress - Build a React application with Node.js backend
Short introduction to the application under test that is created for and used in all Cypress examples. It is React frontend created with Create React App package. Backend is a Node.js application running on Express.
Build a REST API with .NET Core 2 and run it on Docker Linux container
Code examples how to create RESTful API with .NET Core 2.0 and then run it on Docker Linux container.
Run multiple machines in a single Vagrant file
How to run multiple machines on Vagrant described in a single Vagrantfile.
Run Docker container on Vagrant
How to run Docker container on Vagrant.
Run Dropwizard application in Docker with templated configuration using environment variables
How to run Dropwizard application inside a Docker container with configuration template file which later gets replaced by environment variables.