Deploying Mario game on Docker container

<h2>Take an Ec2 (ubuntu-linux)instance machine with instance type as t2micro from AWS console</h2> <blockquote> <p>We will first start by installing Docker :</p> </blockquote> <ol> <li>Update the package database:</li> </ol> <p><strong>-&gt;&nbsp;<em>sudo apt update</em></strong></p> <p>2. Download the latest version of Docker, and install it:</p> <p><strong>-&gt; curl&nbsp;</strong><a href="https://get.docker.com/" rel="noopener ugc nofollow" target="_blank"><strong>https://get.docker.com/</strong></a><strong>&nbsp;| sh</strong></p> <p>3. After installation has completed, start the Docker daemon:</p> <p><strong>-&gt; sudo systemctl start docker</strong></p> <p>4. Verify that it&rsquo;s running:</p> <p><strong>&gt; systemctl status docker or sudo systemctl status docker(if not login with root user)</strong></p> <p><a href="https://medium.com/@rajeshmamuddu/deploying-mario-game-on-docker-container-66d63d19e508"><strong>Learn More</strong></a></p>
Tags: Mario Game