Sign inSign up

idoall/supervisor

By idoall

Updated about 9 years ago

docker-centos6.8-supervisor3.3.0

Image
1

6.8K

idoall/supervisor repository overview

docker-centos6.8-supervisor

This repository contains the sources for the following docker base images:

Developing

# Pull image
git clone https://github.com/idoall/docker.git
cd supervisor3.3.0

# hack hack hack

# build
docker build -t idoall/supervisor ./tag

# run
docker run -it \
--name supervisor \
--hostname supervisor \
-p 2222:22 \
idoall/supervisor \
/bin/bash

# view supervisor version
docker exec -it supervisor supervisord -v

# ssh  user:work   password:123456
ssh work@<your ip> -p 2222

Tag summary

Content type

Image

Digest

Size

316.5 MB

Last updated

about 9 years ago

docker pull idoall/supervisor