Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
camerondurham authored May 24, 2021
1 parent ec851e2 commit 3f8fa42
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,17 @@
Docker interface to manage multiple containerized development environments. Like the `docker exec -it`, the CLI has a
shell environment. This was designed to generalize how we develop C++ code in CSCI 104 to be portable enough to use
whichever Docker container you choose. Of course, this project would not be possible without the reference
of [docker/cli](https://github.com/docker/cli) which is how I learned how to use the Docker Engine API.
of [docker/cli](https://github.com/docker/cli) for examples of how to use the Docker Engine API.


## Installation

You can follow the installation instructions below to install
`ch` or see
the [csci104/docker](https://github.com/csci104/docker) repository
instructions and automated setup scripts for a C++ based
development environment.

### Prerequisites


Expand Down

0 comments on commit 3f8fa42

Please sign in to comment.