aboutsummaryrefslogtreecommitdiffhomepage
path: root/docker/development/IMAGE.md
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2016-01-02 19:19:16 +0100
committerVirtualTam <virtualtam@flibidi.net>2016-01-02 19:19:16 +0100
commit66d86ea521d737b1bc92b16b9c9b4126f545916c (patch)
treee74568a125834e977725fe992f458e7739d2c57a /docker/development/IMAGE.md
parent0baf7842fc0cf4cbd5ca2b8c5ae6dc7a59c07700 (diff)
parent453f4653c325dc23193e16432170bf634c42e8a2 (diff)
downloadShaarli-66d86ea521d737b1bc92b16b9c9b4126f545916c.tar.gz
Shaarli-66d86ea521d737b1bc92b16b9c9b4126f545916c.tar.zst
Shaarli-66d86ea521d737b1bc92b16b9c9b4126f545916c.zip
Merge pull request #423 from virtualtam/docker
Docker: move Dockerfiles to the main repository
Diffstat (limited to 'docker/development/IMAGE.md')
-rw-r--r--docker/development/IMAGE.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docker/development/IMAGE.md b/docker/development/IMAGE.md
new file mode 100644
index 00000000..e2ff0f0e
--- /dev/null
+++ b/docker/development/IMAGE.md
@@ -0,0 +1,10 @@
1## shaarli:dev
2- [Debian 8 Jessie](https://hub.docker.com/_/debian/)
3- [PHP5-FPM](http://php-fpm.org/)
4- [Nginx](http://nginx.org/)
5- [Shaarli](https://github.com/shaarli/Shaarli)
6
7### Development tools
8- [composer](https://getcomposer.org/)
9- [git](http://git-scm.com/)
10- [nano](http://www.nano-editor.org/)