Skip to content

Commit

Permalink
List docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
younglim committed Aug 28, 2024
1 parent c3d1e9e commit 94e170c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shell_scripts/start_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ fi
# https://github.com/abiosoft/colima/blob/main/docs/FAQ.md#installing-buildx
docker buildx build -t purple-a11y-tests -f Dockerfile .

# List Docker images
docker image ls

# Add hostname mappings and run the container
docker run -dit --name purple-a11y-tests-instance --add-host=main.purplea11y.local:0.0.0.0 --add-host=diffHostname.purplea11y.local:0.0.0.0 --add-host=docs.google.com:0.0.0.0 purple-a11y-tests

Expand Down

0 comments on commit 94e170c

Please sign in to comment.