Skip to content

Commit 43dbf0c

Browse files
authored
Add new java module for Floci (#178)
1 parent 44e77e7 commit 43dbf0c

2 files changed

Lines changed: 53 additions & 0 deletions

File tree

modules/floci/index.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Floci
3+
categories:
4+
- cloud
5+
docs:
6+
- id: java
7+
url: https://github.com/floci-io/testcontainers-floci
8+
maintainer: official
9+
example: |
10+
```java
11+
var floci = new FlociContainer();
12+
floci.start();
13+
```
14+
installation: |
15+
```xml
16+
<dependency>
17+
<groupId>io.floci</groupId>
18+
<artifactId>testcontainers-floci</artifactId>
19+
<version>2.0.0</version>
20+
<scope>test</scope>
21+
</dependency>
22+
```
23+
description: |
24+
Floci is a fast, free, open-source AWS emulator built with Quarkus Native. Starts in 24ms, uses 13 MiB at idle. Drop-in replacement for LocalStack — no auth token, no restrictions, ever.
25+
---

modules/floci/logo.svg

Lines changed: 28 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)