Skip to content

Commit c23f585

Browse files
authored
docs(readme): add blog and youtube (#4)
2 parents 3b9b00e + 55b9e41 commit c23f585

1 file changed

Lines changed: 13 additions & 5 deletions

File tree

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,31 @@ An opinionated base Docker image used when doing [Python with LOGIC](https://wit
1111
1212
## Why
1313

14-
We built and published this opinionated Docker image, based on our workflow when doing Python with LOGIC. We prioritise DRY, considerate defaults and optimizing for speed and convenience across all steps in our workflow, from development to CI and deployments; preview or production. In particular this means:
14+
We built this image to optimize our workflow when doing Python with LOGIC. We prioritise consistency, considerate defaults and speed across all steps in our workflow, from development, to CI and preview or production deployments. In particular this means:
1515

1616
- Python and virtual environments optimized for Docker deployments
1717
- Optimized dependency management with uv
1818
- Preconfigured volumes for development with Docker
1919

20-
## Usage
20+
More details are available in our announcement blog post at https://withlogic.co/var/log/2025/09/03/open-sourcing-the-python-with-logic-docker-image.
2121

22-
The simplest way to get started with this image is to use the `latest` tag and copy your source code in the current working directory:
22+
## Getting started
23+
24+
The simplest way to get started is to use the `latest` tag and copy your source code in the current working directory:
2325

2426
```dockerfile
2527
FROM ghcr.io/withlogicco/python
2628

27-
COPY ./ ./
29+
COPY . .
2830
```
2931

30-
For advanced usage scenarios, including using uv with efficient Docker image caching take a look
32+
For more nuanced scenarios, like using uv with efficient Docker image caching take a look below at [Advanced usage](#advanced-usage).
33+
34+
### Video
35+
36+
If you enjoy videos more than reading documentation, you can watch our video showcasing how to **[Get started with uv](https://www.youtube.com/watch?v=E2_AwKjAzGk)** on YouTube:
37+
38+
[![Watch the video](https://img.youtube.com/vi/E2_AwKjAzGk/hqdefault.jpg)](https://youtu.be/E2_AwKjAzGk)
3139

3240
## Tags
3341

0 commit comments

Comments
 (0)