Skip to content

Fix typo #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: edit
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion post.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Assuming you migrate 10 monolithic service applications to 100 independent micro

Containers to the rescue! Well, [Docker](http://docker.com).

If you haven’t been paying attention the last year, Docker is a really awesome platform that allows you to configur and run applications via application containers. This is a shift from virtual machines where each application needed to run on a full operating system. With containers, you are sharing resources on the host operating system with proper security, file, networking resources managed for you.
If you haven’t been paying attention the last year, Docker is a really awesome platform that allows you to configure and run applications via application containers. This is a shift from virtual machines where each application needed to run on a full operating system. With containers, you are sharing resources on the host operating system with proper security, file, networking resources managed for you.

The awesome thing with Docker is the application stack you configure and run locally is the exact same that you can run in production. Repeat, the exact same configuration locally as in production.

Expand Down