#docker
Read more stories on Hashnode
Articles with this tag
- Login to aws- launch 3 instance- ubuntu 16.04 (t2 medium)- use puttygen, create private key and save- access all the 3 instance (1 master, 2...
Commands to push docker image on aws Go to AWS account -> select Amazon linuxNow go to putty -> Login as -> ec2-user- sudo su- yum update -y- yum...
Login into AWS account create one linux instanceNow go to putty -> login as -> ec2-user- sudo su- yum update -y- yum install docker -y- service docker...
Volumes are the preferred mechanism for persisting data generated by and used by Docker containers. While bind mounts are dependent on the directory...
Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your...