Changes between Initial Version and Version 1 of Ticket #5388, comment 1
- Timestamp:
- Jan 14, 2016, 5:01:22 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5388, comment 1
initial v1 1 The image was uploaded to https://hub.docker.com/r/dachary/mediagoblin -demo/ and can be used with1 The image was uploaded to https://hub.docker.com/r/dachary/mediagoblin/ and can be used with 2 2 3 docker run --rm -p 80:80 dachary/mediagoblin -demo:0.8.13 docker run --rm -p 80:80 dachary/mediagoblin:0.8.1 4 4 5 5 and be used with … … 7 7 www-browser http://localhost/ 8 8 9 It has been installed at http://188.165.223.112/ as well. 10 11 The image can be customized / rebuilt localy from the attached docker.tar.gz with 12 13 tar -zxvf docker.tar.gz 14 docker build -t dachary/mediagoblin-demo:0.8.1 docker 9 See https://notabug.org/dachary/mediagoblin-docker/ for details. 15 10 16 11