Important
Starting, Stopping and Removing all
Start the docker-compose yaml file in the current directory the user is in.
Stop the docker-compose yaml file in the current directory the user is in.
Remove all containers along with the related networks, images and volumes.
Active Containers
This command will show the working containers
If Own Cloud was running in docker-compose the output would look like
Name
Command
State
Ports
owncloud_mariadb
docker-entrypoint.sh --max ...
Up (healthy)
3306/tcp
owncloud_redis
docker-entrypoint.sh --dat …
Up (healthy)
6379/tcp
owncloud_server
/usr/bin/entrypoint /usr/b …
Up (healthy)
0.0.0.0:8080→8080/tcp
OCC Commands
These are tailored for specific applications
This shows how to deploy occ commands to the owncloud container
Last updated