Skip to content

Commit

Permalink
readme: remove experimental block (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig authored Jul 7, 2023
1 parent fec2781 commit 24867a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@

*Security through SECCOMP sorcery*

#### :warning: Experimental :warning:

This task driver is experimental. It might work, it might crash, or it might do nothing at all.
Changes to the driver implementation and how it is configured should be expected.
Use with caution.

### Features

- Sandbox applications by **restricting syscalls** they are able to make (via _promises_)
Expand Down
2 changes: 1 addition & 1 deletion hack/http.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ job "http" {
}

resources {
memory = 128
memory = 128
memory_max = 200
}

Expand Down

0 comments on commit 24867a7

Please sign in to comment.