This is a multi-part series on developing production-ready R microservices. Read part 2 here. Read part 3 here Some work I did for a recent client involved developing an R-based data science model… (more…)
Read more »
How to set up Nginx as a reverse proxy? How to achieve it with Docker and docker-compose? Today I will show you a simple setup example. (more…)
Read more »
You’ve got a nice new Dockerfile, and it’s time to try it out: $ docker build -t mynewimage . Sending build context to Docker daemon 3.072kB Step 1/3 : FROM python:3.8-slim-buster ---> 3d8f801fc3db Step 2/3 : COPY build.sh . ---> 541b65a7b417 Step 3... (more…)
Read more »
This is a lengthy note. If you don’t quite feel reading and only need the working example, go directly to the Travis CI build file. (more…)
Read more »
This guide will explain you how to use Docker in everyday work and move on with continuous development.
Read more »