Skip to content

Instantly share code, notes, and snippets.

@nickolasteixeira
Created January 18, 2020 00:33
Show Gist options
  • Save nickolasteixeira/4e363cb919b96ddf0c4796d9c6a5a89d to your computer and use it in GitHub Desktop.
Save nickolasteixeira/4e363cb919b96ddf0c4796d9c6a5a89d to your computer and use it in GitHub Desktop.
Build your docker image for OMSC 6200 p1
#!/bin/bash
#build a docker image from your current directory
#name it gios, tag is v1
docker build -t gios:v1 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment