Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 847 Bytes

wl-admin-docker.md

File metadata and controls

39 lines (27 loc) · 847 Bytes

NAME

wl-admin-docker — Manage docker containers.

SYNOPSIS

wl-admin docker build [--pull]
wl-admin docker list
wl-admin docker up
wl-admin docker down
wl-admin docker rm

DESCRIPTION

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.