Sign inSign up

backplane/chardet

By backplane

Updated about 15 hours ago

python:3-alpine-based dockerization of chardet, The Universal Character Encoding Detector

Image
0

10K+

backplane/chardet repository overview

chardet

python:3-alpine-based dockerization of chardet, The Universal Character Encoding Detector

The source code for this image is hosted on GitHub in the backplane/conex repo.

Usage

Interactive

The following shell function can assist in running this image interactively:


chardet() {
  docker run \
    --rm \
    --interactive \
    --tty \
    --volume "$(pwd):/work" \
    "backplane/chardet" \
    "$@"
}

Tag summary

Content type

Image

Digest

sha256:43ca196a6

Size

24.4 MB

Last updated

about 15 hours ago

docker pull backplane/chardet