We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Delete and Pull

Let's delete our local copy of the image, then pull it back down from Docker Hub. Just like with GitHub, the nice thing about having images in the cloud is that if something happens to your computer, or you're working on another machine, you can always pull down your images.

Assignment

  1. docker image rm USERNAME/goserver
    
  2. docker pull USERNAME/goserver
    
  3. docker run -p 8991:8991 USERNAME/goserver
    

With the container running, run and submit the CLI tests.