Skip to content

Scalified/docker-supervisor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Docker Supervisor

Docker Pulls

Description

This repository is used for building a Docker image containing Supervisor

Dockerhub

docker pull scalified/supervisor

Volumes

/etc/supervisor.d

How-To

Building Docker Image

docker build . -t scalified/supervisor:<tag>

Running Docker Image

  • Pulling from Dockerhub and launching:
    docker run -it scalified/supervisor /bin/sh

  • Launching the built image with tag:
    docker run -it <tag> /bin/sh

Scalified Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published