Ubuntu Quick Tip 5 -How to install Docker Compose on your ubuntu server or desktop

Published: 01 January 1970
on channel: JDs Tech Tips
62
2

Learn how to add docker compose to your existing docker installation.
Easily download container images and setup inbound port redirection and mount points.

Commands used in this tutorial

Add docker compose (check the github docker compose page for later releases)
sudo curl -L "https://github.com/docker/compose/rel... -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
docker-compose --version


mkdir ~/testcompose
cd ~/testcompose
mkdir app
nano app/index.html


The same html page code to copy and paste into an index.html file
------------------------------------------------------------------------------------------------------------------
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Docker Test Page on Ngix Container</title>

</head>
<body>

<h1>This is the index.html file we created in the app directory</h1>
<p>Its being served up by the ngix container via a mount point </p>
<p>The app folder is shared in the container at /usr/share/nginx/html,the default doc location for ngix</p>

</body>
</html>
----------------------------------------------------------------------------------------------------

Tools and Links used in this Video:
Get a droplet in digital Ocean https://m.do.co/c/f2e5d955a265


Help Support the Channel:
To help support the channel we have listed a few decent providers that we like and use ourselves.If you purchase a service from one of these links we may (hopefully) receive a commission,but it will not cost you anything extra.
It helps pay for our advertising,hosting and running costs and allows us to post free how too content etc.
Check out the brave browser get paid to use your browser and protect yourself from ads and trackers
online. https://brave.com/jds304 (This is my referral link for Download).
Checkout Digital Ocean for easy to use cloud VPS servers low cost and reliable.
https://m.do.co/c/f2e5d955a265
Brave Browser https://brave.com/jds304
Putty for ssh access :https://putty.org


Watch video Ubuntu Quick Tip 5 -How to install Docker Compose on your ubuntu server or desktop online without registration, duration hours minute second in high quality. This video was added by user JDs Tech Tips 01 January 1970, don't forget to share it with your friends and acquaintances, it has been viewed on our site 62 once and liked it 2 people.