This commit is contained in:
Luka 2023-09-05 14:44:04 +08:00 committed by GitHub
parent fbfd79bdaf
commit 3fd02e2b30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ of those objects.
#### Images
An image is a read-only template with instructions for creating a Docker
container. Often, an image is_based on another image, with some additional
container. Often, an image is based on another image, with some additional
customization. For example, you may build an image which is based on the `ubuntu`
image, but installs the Apache web server and your application, as well as the
configuration details needed to make your application run.