Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
Added a delta container example registration
  • Loading branch information
schaefi committed Mar 25, 2024
1 parent 4105edb commit 722b3b2
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,28 @@ connected to the ```aws-cli``` container provided by Amazon on
aws ec2 help
```

Let's register an editor application next. The following example uses
the ```joe``` editor flake which was produced as a delta container
against the ```basesystem``` container.

1. Register the ```joe``` application

```bash
flake-ctl podman register --container registry.opensuse.org/home/marcus.schaefer/delta_containers/containers_tw/joe --target /usr/bin/joe --app /usr/bin/joe --base registry.opensuse.org/home/marcus.schaefer/delta_containers/containers_tw/basesystem
```

2. Launch the application

To run the ```joe``` editor just call:

```bash
joe
```

This example also shows that it's not required to explicitly pull the
required containers. At launch time missing containers will be pulled
automatically.

## Quick Start FireCracker VMs <a name="fire"/>

Using containers to isolate applications from the host system is a common
Expand Down

0 comments on commit 722b3b2

Please sign in to comment.