Skip to content

Docker container for the Tapir astronomy application

Notifications You must be signed in to change notification settings

Swarthmore/tapir-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

tapir-docker

Docker container for the Tapir astronomy application

Setup and run

  • Make sure Docker is installed and running. cd into the directory containing the Dockerfile
  • Build image: docker build -t tapir .
  • Start container: docker run -dit --name tapir-app -p 8080:80 tapir
  • Visit localhost:8080 to see site
  • Stop container: docker stop tapir-app

About

Docker container for the Tapir astronomy application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published