6d9864f6e0
's code
15 lines
406 B
Markdown
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
|