Skip to content

sxiii/docker-viewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Docker autosurf container for web service called feelingsurf.fr

Requirements

  • Linux
  • Docker installed
  • Command line to run the container

Clone & build

  1. Clone the repo:

git clone https://github.com/sxiii/docker-viewer

  1. Enter the folder and build the container (you can give any -t name you want; don't forget the . dot in the end!):

cd docker-viewer && sudo docker build -t fsviewer .

  1. Run the freshly built container with your (or mine) access token:

sudo docker run -d -e access_token=TOKEN fsviewer

Don't forget, to get credits to your account you need to use your access token instead of TOKEN. You can get one by registering at feelingsurf.fr.

Check that container is running

Do sudo docker ps. If you see the fsviewer container running & healthy, it's fine.

docker-viewer

#Feelingsurf #Autosurf #Docker #Container

Packages

No packages published

Languages

  • Dockerfile 82.1%
  • Shell 17.9%