# Wago problems with docker

**URL:** https://www.wago.community/t/wago-problems-with-docker/1115
**Category:** Hardware and Linux
**Tags:** pfc200, docker
**Created:** [July 30, 2024, 10:25pm UTC](https://www.wago.community/t/wago-problems-with-docker/1115 "2024-07-30T22:25:45Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![KevinGoos](https://avatars.discourse-cdn.com/v4/letter/k/ed655f/32.png) [@KevinGoos](https://www.wago.community/u/KevinGoos)
#### Post date: [July 30, 2024, 10:25pm UTC](https://www.wago.community/t/wago-problems-with-docker/1115/1 "2024-07-30T22:25:45Z")

</div>

I have a pfc200 (WAGO 750-8212 PFC200 G2 2ETH RS) and I wanted to install node-red and mqtt server. But I always get the no space left on device.

I setup my SD card inside the UI

 ![image](https://us1.discourse-cdn.com/flex016/uploads/wago/original/1X/01b5c927637141cbf6ce3ffbb0b62533f5c7f495.png)

And changed the deamon file to point to the sd-card

So what am I doing wrong?

---

<div class="post-metadata">

### Author: ![quenorha](https://sea2.discourse-cdn.com/flex016/user_avatar/www.wago.community/quenorha/32/429_2.png) [@quenorha](https://www.wago.community/u/quenorha)
#### Post date: [July 31, 2024, 6:46am UTC](https://www.wago.community/t/wago-problems-with-docker/1115/2 "2024-07-31T06:46:55Z")

</div>

What is the result of the following commands (you can use PuTTY) ?

> df -h

Displays information about your filesystem partitions and usage

> ls -l /media

Display the mounted media.

When using a SD card, there is a symbolic link (/media/sd) pointing to your sd card name.  
But sometimes, if the sd card is not properly mounted and you use the folder /media/sd (for Docker for instance), a folder is created on /media/sd… But in fact this is in /home and will consume the memory left.  
Make sure the SD card is properly formated, mounted before using it.

---

<div class="post-metadata">

### Author: ![KevinGoos](https://avatars.discourse-cdn.com/v4/letter/k/ed655f/32.png) [@KevinGoos](https://www.wago.community/u/KevinGoos)
#### Post date: [July 31, 2024, 9:43am UTC](https://www.wago.community/t/wago-problems-with-docker/1115/3 "2024-07-31T09:43:39Z")

</div>

After I removed and reinstalled the SD-Card everything started working. It is weird dat it moved out, because there is a plastic protection over it. But it is solved so that is good.
