<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Working with Docker :: K-State CS Textbook Extras</title>
    <link>https://textbooks.cs.ksu.edu/extras/02-full-stack/05-working/index.html</link>
    <description>Now that the project is running in Docker, let’s review some helpful commands we can use to interact with the Docker containers.&#xA;Docker Status Query running container status&#xA;# Terminal docker ps Sample output:&#xA;CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 119d2cc1ae20 fullstack-project-client &#34;docker-entrypoint.s…&#34; 2 minutes ago Up 2 minutes 3000/tcp project-client b5c0853fa8b2 fullstack-project-server &#34;docker-entrypoint.s…&#34; 2 minutes ago Up 2 minutes project-server Software Output You can view the output of programs running in a container using this command:</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <atom:link href="https://textbooks.cs.ksu.edu/extras/02-full-stack/05-working/index.xml" rel="self" type="application/rss+xml" />
  </channel>
</rss>