Docker

AWS docker build from Stephen Grider (Udemy)

Initial Setup Go to AWS Management Console Search for Elastic Beanstalk in “Find Services” Click the “Create Application” button Enter “docker” for the Application Name Scroll down to “Platform” and select “Docker” from the dropdown list. Change “Platform Branch” to Read more…

By reza, ago
Docker

Docker Common command

Run Docker Image If it does not exist locally, then at first download from docker hub to local. There are 2 ways: docker run image-name additional-command ex: docker run busybox echo Hello docker OR docker create image-name -> will return Read more…

By reza, ago