Skip to content

Commit

Permalink
Merge pull request sous-chefs#1123 from MsysTechnologiesllc/antima/40…
Browse files Browse the repository at this point in the history
…4_references_fixes

404 to documentation images fixes
  • Loading branch information
tas50 authored Jun 10, 2020
2 parents 6ac7478 + 00c9e6c commit 03d4fab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ end

The `docker_container` is responsible for managing Docker container actions. It speaks directly to the [Docker remote API](https://docs.docker.com/reference/api/docker_remote_api_v1.20/).

Containers are process oriented, and move through an event cycle. Thanks to [Glider Labs](http://gliderlabs.com/) for this excellent diagram. ![alt tag](https://gliderlabs.com/images/2015/docker_events.png)
Containers are process oriented, and move through an event cycle. Thanks to [Glider Labs](http://gliderlabs.com/) for this excellent diagram. [alt tag](https://gliderlabs.com/images/2015/docker_events.png)

### Actions

Expand Down
2 changes: 1 addition & 1 deletion libraries/docker_container.rb
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ def ip_address_from_container_networks(container)
#########

# Super handy visual reference!
# http://gliderlabs.com/images/docker_events.png
# https://gliderlabs.com/images/2015/docker_events.png

# Loads container specific labels excluding those of engine or image.
# This insures idempotency.
Expand Down

0 comments on commit 03d4fab

Please sign in to comment.