Sign inSign up

ma2tani/docker-fess

By ma2tani

•Updated about 10 years ago

docker-fess automated build

Image
0

456

ma2tani/docker-fess repository overview

⁠docker-fess

⁠Usage

  • build image from Dockerfile
$ docker build --rm -t fess-img .
  • create container from image
$ docker create -p 8080:8080 --name fess fess-img
  • start fess container
$ docker start fess

You can access http://127.0.0.1:8080⁠ from the host os!

  • execute bash in running container
$ docker exec -it fess /bin/bash
  • show container IP address
$ docker inspect --format '{{ .NetworkSettings.IPAddress }}' fess
  • stop container
$ docker stop fess

Tag summary

Content type

Image

Digest

Size

400.5 MB

Last updated

about 10 years ago

docker pull ma2tani/docker-fess