Skip to content

Commit

Permalink
update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
lpaglione committed Nov 10, 2019
1 parent 3a20a22 commit 24292fd
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions _episodes/01-prep.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,26 +50,16 @@ ssh registryN-private

First we'll see what docker nodes are available:

``` shell
docker node ls
```

which should result in something that looks like this:

``` console
docker node ls
ID HOSTNAME STATUS AVAILABILITY MANAGER STATUS ENGINE VERSION
8tuwrbfdci97tfn9nqoinic0o * registry1-private.comanage.incommon.training Ready Active Leader 19.03.4
```

You can also see the list of containers that are available by running the docker ps command. (NOTE, there shouldn't be any Docker containers because we haven't set them up yet. This command will confirm that this is true.)

``` shell
``` console
docker ps
```

which should result in just showing the headers for the list of containers. It will look something that looks like this

``` shell
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
```

Expand Down

0 comments on commit 24292fd

Please sign in to comment.