Skip to content

Instantly share code, notes, and snippets.

@hardyoyo
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hardyoyo/592da7771742d1bec25c to your computer and use it in GitHub Desktop.
Save hardyoyo/592da7771742d1bec25c to your computer and use it in GitHub Desktop.
commands required to boot up fcrepo4 in docker, and then map that container's port to the host's port 80
docker pull cbeer/docker-fcrepo4
nohup docker run -p 80:8080 cbeer/docker-fcrepo4 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment