These are some guides for various use.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
184 B

  1. #!/bin/sh
  2. docker stop pinedocs
  3. docker rm pinedocs
  4. docker pull xy2z/pinedocs
  5. docker run --name pinedocs \
  6. --restart unless-stopped \
  7. -p 80:80 \
  8. -v pinedocs:/data \
  9. -d xy2z/pinedocs