wl-admin-docker — Manage docker containers.
wl-admin docker build [--pull]
wl-admin docker list
wl-admin docker up
wl-admin docker down
wl-admin docker rm
Manages docker containers, by building them, listing their status, bringing them up and down, and removing them.
wl-admin docker build [--pull]
Builds the Docker containers. The --pull
option will build from scratch, by
pulling any new base images, and not using any cached images.
wl-admin docker list
Lists all the Weight Logger Docker images, containers, volumes, and networks.
wl-admin docker up
Brings the Docker containers up.
wl-admin docker down
Brings the Docker containers down.
wl-admin docker rm
Removes all the Weight Logger Docker images, containers, volumes, and networks.