<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pro-Tek Blog &#187; AWS CLI in a Docker Container</title>
	<atom:link href="http://www.pro-tekconsulting.com/blog/category/aws-cli-in-a-docker-container/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pro-tekconsulting.com/blog</link>
	<description>For UI developers / UI designers and UI trends</description>
	<lastBuildDate>Thu, 05 Sep 2019 03:59:47 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.34</generator>
	<item>
		<title>AWS CLI IN A DOCKER CONTAINER?</title>
		<link>http://www.pro-tekconsulting.com/blog/aws-cli-in-a-docker-container/</link>
		<comments>http://www.pro-tekconsulting.com/blog/aws-cli-in-a-docker-container/#comments</comments>
		<pubDate>Wed, 01 Jun 2016 05:00:58 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[AWS CLI in a Docker Container]]></category>
		<category><![CDATA[Docker Container]]></category>

		<guid isPermaLink="false">http://www.pro-tekconsulting.com/blog/?p=1467</guid>
		<description><![CDATA[<p>AWS CLI in a Docker Container? Most of the systems we are using now have Docker on it. Here we will walk you through how to use the container and two of the many useful commands available to the AWS CLI tool. Starting the Docker container: It is pretty simple to start the Docker container and get a shell: [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/aws-cli-in-a-docker-container/">AWS CLI IN A DOCKER CONTAINER?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h4>AWS CLI in a Docker Container?</h4>
<p>Most of the systems we are using now have Docker on it. Here we will walk you through how to use the container and two of the many useful commands available to the AWS CLI tool.</p>
<p>Starting the Docker container:<br />
It is pretty simple to start the Docker container and get a shell:</p>
<p><img class="aligncenter size-full wp-image-1468" src="http://www.pro-tekconsulting.com/blog/wp-content/uploads/2016/06/AWS-CLI.jpg" alt="AWS CLI" width="462" height="131" /></p>
<p>Once you are in the shell, you can use any of the supported commands.  For example, you can copy/upload items to S3, list ec2 instances, and start ec2 instances.</p>
<p>Copy files to S3:</p>
<p>If you have set of files on your local server that you want to copy over to S3, you can use the tool to do that. I’ve written instructions for copying over files in /opt/database to s3://garland.public.bucket/database below.</p>
<p>First, you need to restart the container and map the directory you want to copy over.</p>
<p><img class="aligncenter size-full wp-image-1469" src="http://www.pro-tekconsulting.com/blog/wp-content/uploads/2016/06/Capture.jpg" alt="Capture" width="480" height="117" /></p>
<p>This adds the Docker -v option which maps a path from your local server to inside the container.  The format is /local/path:/inside/cvontainer/path.</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/aws-cli-in-a-docker-container/">AWS CLI IN A DOCKER CONTAINER?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pro-tekconsulting.com/blog/aws-cli-in-a-docker-container/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
