How to Dockerize react app with nginx
In this post I’ll show you how to package simple react app , created with create-react-app in this case , as docker image, using alpine linux and intermediate docker image … Continued
In this post I’ll show you how to package simple react app , created with create-react-app in this case , as docker image, using alpine linux and intermediate docker image … Continued
Docker is new hotness in market , docker use kernel level namespace’s and cgroups to create isolated container environment . according to Wikipedia . UPDATE : fig is now merged … Continued