Skip to content

Instantly share code, notes, and snippets.

@stephenpatten
Last active August 7, 2018 12:03
Show Gist options
  • Save stephenpatten/2c032e674580b52a3d8f53afc95b1dea to your computer and use it in GitHub Desktop.
Save stephenpatten/2c032e674580b52a3d8f53afc95b1dea to your computer and use it in GitHub Desktop.
https://forums.manning.com/posts/list/34881.page
#help
docker help
# look for image, then runs it
docker run <account>/hello_world
# Based on trying to get elastic on windows to work. from this blog post:
https://stoeps.de/using-docker-to-analyze-websphere-application-server-systemout-log/
https://www.digitalocean.com/community/tutorials/how-to-remove-docker-images-containers-and-volumes
https://www.elastic.co/guide/en/elasticsearch/reference/6.3/docker.html
https://docs.docker.com/compose/compose-file/#short-syntax-3
https://docs.docker.com/engine/reference/commandline/volume_create/#related-commands
https://github.com/docker/compose/issues/5371
https://github.com/StefanScherer/windows-docker-machine/issues/10
https://docs.docker.com/storage/volumes/#use-a-read-only-volume
https://github.com/cytopia/devilbox/issues/175
https://github.com/SeleniumHQ/docker-selenium/issues/721
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment