You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Matthew Huntington 3a0f10641f
commands
1 month ago
README.md commands 1 month ago
docker-compose.yml docker compose file 1 month ago
enter-container.sh enter container command 1 month ago

README.md

BASICMATT Docker Container

Commands

Build/Start

docker compose up -d

Enter with ZSH:

./enter-container.sh

List images:

docker images

List containers:

docker container ls -a

Stop container:

docker compose stop

Start container:

docker compose start

Delete container:

docker compose down

Delete everything:

docker compose down --rmi all