forked from SanthoshNC/22AM0XG-Assignments
-
Notifications
You must be signed in to change notification settings - Fork 0
One Credit ‐ Day 2
Logesh G edited this page Aug 13, 2024
·
8 revisions
-
CLI Commands:
-
docker inspect <image>
:
-
docker save -o <tar name> <image>
anddocker load --input <tar name>
:
-
docker exec -it <container_id> /bin/bash
:
-
docker rename <old container name> <new container name>
:
-
docker history <image>
:
-
docker system prune
:
-
-
Docker Compose:
-
docker compose version
:
-
docker compose up
:
-
docker compose up -d
:
-
docker compose stop
:
-
-
Docker with ML:
- app.py:
- Dockerfile:
-
docker build -t <tag name> .
:
- Output:
-
docker push <image>
: