Skip to content

Commit fb3b350

Browse files
committed
add link to docker deployment
1 parent e1875d4 commit fb3b350

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

documentation/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ description: Documentation and developer's resources for Fano Framework, web app
6969
- **[Deploy as uwsgi application](/deployment/uwsgi)** explains how to deploy uwsgi web application using reverse proxy with Apache mod_proxy_uwsgi module or Nginx.
7070
- **[Deploy as http application](/deployment/standalone-web-server)** explains how to deploy HTTP web application using reverse proxy with Apache mod_proxy_http module or Nginx or as stand-alone web server.
7171
- **[Deploy Fano web application with web server as load balancer](/deployment/load-balancer-setup)** explains how to deploy and load balance several Fano Framework web applications using Apache or Nginx load balancer.
72+
- **[Deploy using Docker](/deployment/docker)** explains how to deploy Fano web application inside Docker container.
7273

7374
## Debugging
7475

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ <h3>Multiple Deployment Target</h3>
128128
<a href="/deployment/fastcgi">FastCGI</a>,
129129
<a href="/deployment/scgi">SCGI</a> or <a href="/deployment/uwsgi">uwsgi</a> web application with
130130
Apache or nginx web server
131-
or as <a href="/deployment/standalone-web-server">standalone HTTP web application</a>. It supports <a href="/working-with-application#use-ipv6-address">IPv6 address</a> too.
131+
or as <a href="/deployment/standalone-web-server">standalone HTTP web application</a>.
132+
You can also <a href="/deployment/docker">deploy with Docker container</a>. It supports <a href="/working-with-application#use-ipv6-address">IPv6 address</a> too.
132133
Currently, it supports Linux and FreeBSD only.
133134
</p>
134135
</section>

0 commit comments

Comments
 (0)