Docker images for Dart now available
Blog post from Google Cloud
In response to the growing demand for using the same language on both client and server sides, Google announced the availability of Docker images for Dart, facilitating the development and deployment of end-to-end Dart applications. These new images, including dart, dart-runtime, and dart-hello, complement the existing Docker support in Google App Engine and are available on hub.docker.com. The google/dart image integrates the Dart SDK into a Debian Wheezy base, making it easy to run Dart in a container, while google/dart-runtime simplifies running Dart server applications. For practical implementation, developers can set up their server applications with a specific layout, utilize a straightforward Dockerfile, and run their apps in containers with minimal commands. Additionally, the google/dart-hello image serves as a sample Dart server application. These Docker images ensure that developers can deploy the same code they test locally, with options to use specific Dart version tags to maintain consistency across environments.