]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - doc/md/docker/resources.md
Merge pull request #1552 from ArthurHoaro/feature/better-initializer
[github/shaarli/Shaarli.git] / doc / md / docker / resources.md
1 ### Docker
2
3 - [Interactive Docker training portal](https://www.katacoda.com/courses/docker/) on [Katakoda](https://www.katacoda.com/)
4 - [Where are Docker images stored?](http://blog.thoward37.me/articles/where-are-docker-images-stored/)
5 - [Dockerfile reference](https://docs.docker.com/reference/builder/)
6 - [Dockerfile best practices](https://docs.docker.com/articles/dockerfile_best-practices/)
7 - [Volumes](https://docs.docker.com/userguide/dockervolumes/)
8
9 ### DockerHub
10
11 - [Repositories](https://docs.docker.com/userguide/dockerrepos/)
12 - [Teams and organizations](https://docs.docker.com/docker-hub/orgs/)
13 - [GitHub automated build](https://docs.docker.com/docker-hub/github/)
14
15 ### Service management
16
17 - [Using supervisord](https://docs.docker.com/articles/using_supervisord/)
18 - [Nginx in the foreground](http://nginx.org/en/docs/ngx_core_module.html#daemon)
19 - [supervisord](http://supervisord.org/)