84d0632a2d
Relates to https://github.com/shaarli/Shaarli/issues/843 Changed: - Update Docker image list - Update Docker documentation structure Removed: - Delete Dockerfile and resources for the `dev` image - Cleanup `doc/` resources Signed-off-by: VirtualTam <virtualtam@flibidi.net>
19 lines
904 B
Markdown
19 lines
904 B
Markdown
### Docker
|
|
|
|
- [Interactive Docker training portal](https://www.katacoda.com/courses/docker/) on [Katakoda](https://www.katacoda.com/)
|
|
- [Where are Docker images stored?](http://blog.thoward37.me/articles/where-are-docker-images-stored/)
|
|
- [Dockerfile reference](https://docs.docker.com/reference/builder/)
|
|
- [Dockerfile best practices](https://docs.docker.com/articles/dockerfile_best-practices/)
|
|
- [Volumes](https://docs.docker.com/userguide/dockervolumes/)
|
|
|
|
### DockerHub
|
|
|
|
- [Repositories](https://docs.docker.com/userguide/dockerrepos/)
|
|
- [Teams and organizations](https://docs.docker.com/docker-hub/orgs/)
|
|
- [GitHub automated build](https://docs.docker.com/docker-hub/github/)
|
|
|
|
### Service management
|
|
|
|
- [Using supervisord](https://docs.docker.com/articles/using_supervisord/)
|
|
- [Nginx in the foreground](http://nginx.org/en/docs/ngx_core_module.html#daemon)
|
|
- [supervisord](http://supervisord.org/)
|