Docker - trying to understand it

Had to do it before with sonarr. Seriously screwed up about 20% of the content.. hence the reason I wanted the backup working.
 
All up and running - put my back out yesterday so had sometime this afternoon in bed

Screenshot from 2018-06-11 18-17-20.png
 
Hmm.. didn't realise there was a rancher management interface, setting it up now :p

Now to see if this is more stable than the pi
 
Good to see everything is working.

May I ask, how did you manage to get that paradox system running in the container?
 
Hackery

I wrote it down - l'll check tomorrow when I get home. It wasn't overly complicated, five or six lines of code/commands.
 
Good to see everything is working.

May I ask, how did you manage to get that paradox system running in the container?

1.) Copied the Paradox code to a folder, in my case, /home/paradoxip

2.) Created a Dockerfile
Code:
FROM python:2

WORKDIR /home/paradoxip

COPY . .

CMD [ "python", "./IP150-MQTTv2.py" ]

3.) docker build -t paradoxdocker .

4.) docker create --name=ParadoxIP \ --restart=always \ paradoxdocker
 
Top
Sign up to the MyBroadband newsletter
X