Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Okerew authored Aug 17, 2024
1 parent 809baac commit 15965a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ To update to a new release, repeat steps 1, 2, and 3 if using osxiec_gui also st

**Containerize a Directory**: containerizes a directory
```sh
sudo osxiec -contain {directory_path} {some_name}.bin {path_to_config_file_in_directory_path}
sudo osxiec -contain {directory_path} {some_name}.bin {path_to_config_file_in_directory_path} {container_config_file}
```

**Execute a Container**: executes container
Expand Down Expand Up @@ -158,7 +158,7 @@ osxiec -convert-to-oci {bin_file_path} {output_path} {arch} {author}

**Craft** crafts a container from a directory and a bin input file
```sh
sudo osxiec -craft {directory_path} {bin_input_file} {output_file} {start_config_file}
sudo osxiec -craft {directory_path} {bin_input_file} {output_file} {start_config_file} {container_config_file}
```

## Creating a container
Expand Down

0 comments on commit 15965a5

Please sign in to comment.