Using Compose

for creating accetto containers

This sections contains examples of creating accetto containers using Docker Compose.

Docker Docs: Compose CLI Docker Docs: Compose file reference Examples: Compose

All example resources are contained in the folder /examples/ of the GitHub project accetto/user-guide-g3.

For simplicity, some example containers may re-use the same TCP port bindings.

If you want tu run several example containers simultaneously, you may need to adjust the port bindings or to use the automatic TCP port assignment provided by Docker CLI.

The default VNC/noVNC connection password is headless. The default container user password and the sudo password is also headless.

The service definitions in the Compose files use explicit names for the images they build and the containers they create. That is technically not necessary, but it helps to simplify the Docker CLI command examples.

Previous Top Next


Table of contents