Skip to content

Instantly share code, notes, and snippets.

@chyld
Last active March 24, 2019 19:10
Show Gist options
  • Save chyld/dce2681186c727557830f288fcfa9d7b to your computer and use it in GitHub Desktop.
Save chyld/dce2681186c727557830f288fcfa9d7b to your computer and use it in GitHub Desktop.

Docker

  • docker run --rm -it ubuntu:18.10 /bin/bash
  • docker build -t chyld/ds:1 .
  • docker images
  • docker image rm <ID>
  • docker run --rm -it chyld/ds:1 /bin/bash --login

General

  • check the locales, should be utf-8 en-us
  • locale
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment