Merge pull request #1499 from seldo/master
* Documentation: Adding a reference to ps -a
This commit is contained in:
commit
875e16c11b
1 changed files with 7 additions and 1 deletions
|
@ -36,7 +36,13 @@ Inside of the "shykes/pybuilder" image there is a command called buildapp, we ar
|
|||
docker attach $BUILD_JOB
|
||||
[...]
|
||||
|
||||
We attach to the new container to see what is going on. Ctrl-C to disconnect
|
||||
While this container is running, we can attach to the new container to see what is going on. Ctrl-C to disconnect.
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
docker ps -a
|
||||
|
||||
List all docker containers. If this container has already finished running, it will still be listed here.
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue