Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: docker/docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Sammeeey/docker.github.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 6, 2021

  1. Improve build-images.md for Windows Users

    Add different approaches for creation of the app.py file for different operating systems.
    Add option for Windows.
    Sammeeey authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    4bd8dae View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Sammeeey/Sammeeey-patch-1

    Improve build-images.md for Windows Users
    Sammeeey authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    541a903 View commit details
    Browse the repository at this point in the history
  3. Add approach to prevent getting stuck in run-containers.md

    ctrl-c does not work after running the container in non-detached mode.
    Therefore I added a note to stop the container from within Docker Desktop.
    Sammeeey authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    7838a60 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from Sammeeey/Sammeeey-patch-2

    Add approach to prevent getting stuck in run-containers.md
    Sammeeey authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    18e7b2d View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Delete backslashes in code of develop.md

    I deleted the backslashes in two code sections (which where meant to escape the newline - as far as I know).
    It is not possible to write and use the code as described (with the backslashes) - at least in my case of Windows CMD.
    With the changes one can now see actually usable code, which one can just copy and paste - even if one does not know that the backslashes must be deleted before.
    I don't think the backslashes make it easier to understand these parts.
    For deeper understanding however the [volumes page](https://docs.docker.com/storage/volumes/) is already referenced before.
    Sammeeey authored Jul 7, 2021
    Configuration menu
    Copy the full SHA
    e708de9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from Sammeeey/Sammeeey-patch-3

    Delete backslashes in code of develop.md
    Sammeeey authored Jul 7, 2021
    Configuration menu
    Copy the full SHA
    70dad0f View commit details
    Browse the repository at this point in the history
Loading