diff --git a/docs/index.html b/docs/index.html index 7fdd92d..a017e18 100644 --- a/docs/index.html +++ b/docs/index.html @@ -144,17 +144,19 @@
Install as a container plugin, then run it from any directory with a compose.yaml.
# install the plugin -make -sudo make install +Install the signed
+.pkg, then run it from any directory with acompose.yaml.# install: download the .pkg from Releases, then +sudo installer -pkg ~/Downloads/container-compose-*.pkg -target / container system stop && container system start # reload plugins # from a directory with compose.yaml container compose up # create networks/volumes, start in order +container compose up --wait # ...and wait until healthy container compose ps -container compose logs web -f -container compose down -v # stop + remove, including named volumes+container compose logs web --follow +container compose down -v # stop + remove, including named volumes + +container compose update # self-update to the latest release
The familiar Compose surface, mapped to native container operations.
--wait blocks until healthy.--tail N limits the output.-it, --workdir/--user/--env).