Pre-Class TODO's
1. Install Docker & Docker Compose
Docker Installation2. Make an account on Docker Hub.
3. Download Demo Starter Code
archive · 3KB
Last updated
Was this helpful?
We will be using a new tool for packaging our code in preparation for running it on a cloud server!
Docker InstallationThis is so that you can push your Docker images to a public place that your remote server can pull from.
Same as demo 4 starter code! You can reuse what we did in demo4, or you can fill in our starter code with a dummy endpoint that returns "Hello World" :)
Last updated
Was this helpful?
Was this helpful?