go-challenge/jagestah/README.md
jagestah 6d9864f6e0 Adding Jagestah
's code
2018-10-04 09:51:10 -06:00

15 lines
406 B
Markdown

# Purpose
Connect to the Star Wars API located at http://swapi.co and return a list of Starships that have a named pilots and then name those Pilots.
# Directions
The Docker image has already been built and published to jagestah/swapitest
With docker installed on your system it should be as simple as `docker run jagestah/swapitest`
This Repo contains the documents used to build the Docker image