bany 0645acf21a
upgrade: docker-compose to v2 (#30)
* upgrade: docker-compose
- user docker compose instead

* remove: yarn and clean format js file
2023-07-23 12:05:52 +09:00

22 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

RUN v0.30.1 /home/alexzeitler/src/oss/docker-compose
stdout | test/compose.test.ts > when calling ps command > ps shows status data for started containers
exiting command up
NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS
compose_test_proxy nginx:1.19.9-alpine "/docker-entrypoint.…" proxy 2 seconds ago Up Less than a second 80/tcp
compose_test_web nginx:1.16.0 "nginx -g 'daemon of…" web 2 seconds ago Up Less than a second 0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp
stdout | test/compose.test.ts > when calling ps command > ps shows status data for started containers
exiting command ps
test/compose.test.ts (30 tests | 1 failed | 29 skipped) 2126ms
test/compose.test.ts > when calling ps command > ps shows status data for started containers
→ expected 1 to be 3 // Object.is equality
Test Files 1 failed (1)
Tests 1 failed | 29 skipped (30)
Start at 18:13:03
Duration 3.21s (transform 301ms, setup 0ms, collect 391ms, tests 2.13s, environment 0ms, prepare 116ms)