Browse Source

Update Dockerfile

Add note for random bash session, if dev wants to debug or manually fix something in container
service_pr
Marshall Gaucher 5 years ago
committed by GitHub
parent
commit
caddc14410
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      Dockerfile

3
Dockerfile

@ -22,6 +22,9 @@
# make docker_img_run_lightwalletd_ingest
# make docker_img_run_lightwalletd_insecure_server
#
# If you need a random bash session in the container, use:
# make docker_img_bash
#
# If you get kicked out of docker or it locks up...
# To restart, check to see what container you want to restart via docker ps -a
# Then, docker restart <container id>

Loading…
Cancel
Save