You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ docker-compose -f docker-compose.local.yml up -d
55
57
```
56
58
57
59
---
@@ -72,3 +74,57 @@ These continuous integration services will fully test the creation of your conta
72
74
---
73
75
74
76
**[Shippable](https://shippable.com)** - Test **production** and **dev** Docker builds, can the container be built the without error? The ```/tests/build_tests.sh``` file ensures the can run with parameters defined. Shippable allows the use of [matrix environment variables](http://docs.shippable.com/ci_configure/#using-environment-variables) reducing build time and offer a more robust tests. If any test(s) fail the system should be reviewed closer.
77
+
78
+
79
+
## Interacting with containers:
80
+
81
+
View all running containers:
82
+
83
+
`docker ps`
84
+
85
+
View all containers (including stopped containers):
0 commit comments