Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

YoannMa/DockerASF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status  Docker Pulls  Image size  Image version

Deprecated

As ASF got their own Docker image, this is not really useful anymore

DockerASF

A docker image allowing to start an ArchiSteamFarm instance with the pre-configured configuration

Usage

docker run -dit --name ArchiSteamFarm yoannm/archisteamfarm

and now you can attach your newly created docker to connect your account :

docker attach $( docker ps -lq )

to leave the docker press CTRL+P or CTRL+Q (not CTRL+C, it'll kill the process)

Using a volume

You can attach a volume to your current configuration (or if you want to save your config) :

docker run -dit -v path/to/myconfig/:/asf/config --name ArchiSteamFarm yoannm/archisteamfarm

Info

Using Travis with a CRON to build weekly images (or daily) matching the last version of ASF

Releases

No releases published

Packages

No packages published

Languages