Docker container stop once the main program it started with stop running. If you start a … Docker detach containerRead more
portainer – Web based UI for Docker
Portainer is a web based UI for managing docker. You can run it with command docker … portainer – Web based UI for DockerRead more
Docker Login
docker login command allows you to login to docker.com. You need to login to docker before … Docker LoginRead more
docker search
docker search command allows you to search for images in docker hub. Example root@ok:~# docker search … docker searchRead more
Installing Docker on Ubuntu 16.04
To install docker on Ubuntu 16.04, run wget -qO- https://get.docker.com/ | sh To run docker commands … Installing Docker on Ubuntu 16.04Read more
Docker Build
Build a docker container with Apache docker build command is used to create a docker image … Docker BuildRead more
Docker Nginx Proxy
Docker Nginx Proxy allow you to run multiple docker containers on same server behind nginx proxy. … Docker Nginx ProxyRead more
Create Kubernetes cluser using gcloud
Login to gcloud with gcloud auth login Set default region gcloud config set compute/zone us-central1-a To … Create Kubernetes cluser using gcloudRead more
Create Python Flask Docker Container
Create a folder and change to the folder mkdir python-flask cd python-flask Create file vi Dockerfile … Create Python Flask Docker ContainerRead more
Dockerfile
Create Python Flask Docker Container