1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-08 20:41:57 +00:00

add a simple docker example

Former-commit-id: cacfa3ad903ce542ce455cb2298c40639c645d3c
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-02-06 18:43:03 +02:00
parent 7096050eda
commit c55d2063e1
7 changed files with 87 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ $ go run main.go
### Overview
- [Hello world!](hello-world/main.go)
- [Docker](docker/README.md)
- [Hello WebAssembly!](webassembly/basic/main.go)
- [Glimpse](overview/main.go)
- [Tutorial: Online Visitors](tutorial/online-visitors/main.go)