X

docker

How to setup and use Docker machine on remote server

In some cases, you may want to run the Docker build using the extra resources. Instead of hogging the laptop…

Docker-compose for joomla development with mysql and redis

Let's say you just want to have Joomla with its Mysql and also redis infrastructure ready. And don't want to…

Running amazonlinux image in docker and install php7.3 into its image

First, grab docker image from docker hubs repository docker pull amazonlinux run and get into its bash : docker run…