Unverified Commit a244dc39 authored by Chuck Lantz's avatar Chuck Lantz Committed by GitHub

Fix formatting for desktop-lite note (#216)

parent a8cb375d
......@@ -27,19 +27,19 @@ See the [Fluxbox menu documentation](http://www.fluxbox.org/help/man-fluxbox-men
If you run into applications crashing, you may need to increase the size of the shared memory space allocated to your container. For example, this will bump it up to 1 GB in `devcontainer.json`:
```json
"runArgs": ["--shm-size=1g"]
```
```json
"runArgs": ["--shm-size=1g"]
```
Or using Docker Compose:
Or using Docker Compose:
```yaml
services:
```yaml
services:
your-service-here:
# ...
shm_size: '1gb'
# ...
```
```
## Installing a browser
......
......@@ -52,19 +52,19 @@ See the [Fluxbox menu documentation](http://www.fluxbox.org/help/man-fluxbox-men
If you run into applications crashing, you may need to increase the size of the shared memory space allocated to your container. For example, this will bump it up to 1 GB in `devcontainer.json`:
```json
"runArgs": ["--shm-size=1g"]
```
```json
"runArgs": ["--shm-size=1g"]
```
Or using Docker Compose:
Or using Docker Compose:
```yaml
services:
```yaml
services:
your-service-here:
# ...
shm_size: '1gb'
# ...
```
```
## Installing a browser
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment