mirror of https://github.com/docker/docs.git
21 lines
856 B
Markdown
21 lines
856 B
Markdown
---
|
|
description: Containerize Java apps using Docker
|
|
keywords: Docker, getting started, java, language
|
|
title: What will you learn in this module?
|
|
toc_min: 1
|
|
toc_max: 2
|
|
---
|
|
|
|
> ### Coming soon
|
|
>
|
|
> Thanks for your interest in learning how to containerize a Java application. We are actively writing this guide. Watch this space!
|
|
|
|
Meanwhile, here's an outline of the tasks we are planning to cover. Here's an outline of what we'd like to cover. Using the Java getting started guide, you'll learn how to:
|
|
|
|
* Create a new Dockerfile which contains instructions required to build a Java image
|
|
* Build an image and run the newly built image as a container
|
|
* Set up a local development environment to connect a database to the container, and use Docker Compose to run the application.
|
|
* Configure a CI/CD pipeline for your application using GitHub Actions.
|
|
|
|
<br />
|