Skip to content

make Docker tutorial applicable to local development #1274

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: main
Choose a base branch
from

Conversation

afeld
Copy link

@afeld afeld commented Apr 10, 2025

📚 Context

Seems just as likely(?) that someone would be doing the Docker setup on a local machine, not all on a server.

🧠 Description of Changes

Re-worded the Docker tutorial to be applicable to development on a desktop or server

💥 Impact

Size:

  • Small
  • Not small

🌐 References

n/a

Contribution License Agreement

By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Just as likely(?) that someone would be doing the Docker setup on a local machine, not all on a server.
If you haven't already done so, install [Docker](https://docs.docker.com/engine/install/#server) on your server. Docker provides `.deb` and `.rpm` packages from many Linux distributions, including:

- [Debian](https://docs.docker.com/engine/install/debian/)
- [Ubuntu](https://docs.docker.com/engine/install/ubuntu/)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The official documentation talks about this, with expanded information. Linking there instead.

Verify that Docker Engine is installed correctly by running the `hello-world` Docker image:

```bash
docker run hello-world
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Took out the sudo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant