STEAM GROUP
Steam Universe Steam U
STEAM GROUP
Steam Universe Steam U
56,632
IN-GAME
385,314
ONLINE
Founded
September 23, 2013
All Discussions > Steam OS > Topic Details
Shark Jan 10, 2015 @ 7:51am
Install Docker on SteamOS
This may be useful for people who want to run a server on SteamOS without making a lot of changes to it. Docker is a virtualization solution which allows you to run different Linux distributions in containers. It's great for sandboxing headless servers.

You can install it by running this command:
curl -sSL https://get.docker.com/ | sed "s/|debian/|steamos|debian/g"|sh
That's all, make sure you run this as the desktop user with a password set. You don't need to modify SteamOS in any way to install it, you don't even need the Debian repo.

For a quick demo of how it works, take a look here: https://www.docker.com/tryit/

The user guide can be found here: https://docs.docker.com/userguide/
< >
Showing 1-3 of 3 comments
ProfessorKaos64 Apr 17, 2015 @ 6:25am 
This is a great way to nab it quick. It does however make it tricky to remove, as the script will dump files everywhere and remain untracked by dpkg or apt/aptitude. I've built a simple apt-version here[github.com] Still a great way to get it though as a one-liner.
Last edited by ProfessorKaos64; Apr 17, 2015 @ 6:25am
Shark Apr 17, 2015 @ 7:02am 
Originally posted by ProfessorKaos64:
This is a great way to nab it quick. It does however make it tricky to remove, as the script will dump files everywhere and remain untracked by dpkg or apt/aptitude. I've built a simple apt-version here[github.com] Still a great way to get it though as a one-liner.
It's not that bad actually, the script from docker.io actually adds the Docker repo to your sources and installs Docker from it.
ProfessorKaos64 Apr 17, 2015 @ 9:57am 
Ah...ok. Having fun it a lot.
< >
Showing 1-3 of 3 comments
Per page: 1530 50

All Discussions > Steam OS > Topic Details
Date Posted: Jan 10, 2015 @ 7:51am
Posts: 3