Federico Silva Armas
Pages
(Move to ...)
Blog
Projects
Code
LinkedIn
Twitter
About
▼
Thursday, July 19, 2018
Building daycare website [Part 13]: Use docker-compose to simplify building and running Docker containers.
›
On my previous posts I described how to use Docker to create an image that can be used for development. On this post I will briefly talk ab...
Monday, July 16, 2018
Building daycare website [Part 12]: Setup WebPack to use file polling when running application inside Docker container.
›
On my previous post I described how to use Docker to create an image that can be used for development. However, if you run this container y...
1 comment:
Tuesday, July 10, 2018
Building daycare website [Part 11]: Setup a cross-platform development environment with Docker volumes and the DotNet File Watcher
›
On my previous post I described how to automate a deployment to Heroku using CircleCI and Docker. I will switch gears now and write about h...
Thursday, July 5, 2018
Building daycare website [Part 10]: Automate deployment of application using CircleCI, Docker and Heroku
›
In my previous post I described how to manually deploy a docker image to the Heroku container registry, in this post I will take a look at ...
Building daycare website [Part 9]: Running the production Docker image on Heroku
›
On the previous posts I described how to build a production image for the web application. The next couple of posts will go over how to aut...
Tuesday, March 27, 2018
Building daycare website [Part 8]: Running the production image locally using Docker
›
On my previous post I went over the Dockerfile to create the production image for the application. Before publishing it, let's test it ...
Thursday, March 1, 2018
Building daycare website [Part 7]: Prepare ASP.NET Core application for publish to Heroku using a Docker container
›
Let’s now see how to publish the application to any cloud provider that supports Docker containers, like Heroku . To get started, I will go...
›
Home
View web version