go-challenge/jagestah/README.md

15 lines
406 B
Markdown
Raw Normal View History

2018-10-04 10:51:10 -05:00
# 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