Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
fixup!: more getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecca Graber committed Sep 14, 2023
1 parent dfa75d9 commit b7f7457
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ a separate package.
settings. Don't forget to restore your memory setting and be prepared to
provision.

For macOS users, please use `Docker for Mac`_. Previous Mac-based tools (e.g.
boot2docker) are *not* supported. Please be aware that the `licensing terms`_ for
Docker for Mac (aka Docker Desktop) may mean that it is no longer
free for your organization's use.
For macOS users, please use `Docker for Mac`_, which comes with ``docker
compose``. Previous Mac-based tools (e.g. boot2docker) are *not* supported.
Please be aware that the `licensing terms`_ for Docker for Mac (aka Docker
Desktop) may mean that it is no longer free for your organization's use.

Since a Docker-based devstack runs many containers,
you should configure Docker with a sufficient
Expand All @@ -32,9 +32,14 @@ does work.

`Docker for Windows`_ may work but has not been tested and is *not* supported.

If you are using Linux, use the ``overlay2`` storage driver, kernel version
4.0+ and *not* ``overlay``. To check which storage driver your
``docker-daemon`` uses, run the following command.
If you are using Linux, developers on Ubuntu (and Debian) should ensure
they've uninstalled docker.io and docker-compose from the main Ubuntu
repositories and instead install docker-ce and docker-compose-plugin from the
official Docker package repository:
https://docs.docker.com/engine/install/ubuntu/. Also they should use the
``overlay2`` storage driver, kernel version 4.0+ and *not* ``overlay``. To
check which storage driver your ``docker-daemon`` uses, run the following
command.

.. code:: sh
Expand Down

0 comments on commit b7f7457

Please sign in to comment.