Skip to content

pascalgrimaud/docker-ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[logo] (http://www.ubuntu.com/)

Information

This image is used to set the locale to en_US.UTF-8. It is used as the base image for other projects.

The Docker builds on CircleCI :

Step 3 : RUN locale-gen en_US.UTF-8 && echo 'LANG="en_US.UTF-8"' > /etc/default/locale
 ---> Running in b24799cb6c0a
Generating locales...
cannot change mode of new locale archive: No such file or directory
  en_US.UTF-8... failed
Generation complete.
 ---> 7f9b8ce08b3c

The base docker image :

The GitHub project :

The Docker Hub :

Installation

You can clone this project and build with docker command :

git clone https://github.com/pascalgrimaud/docker-ubuntu.git \
&& cd docker-ubuntu \
&& docker build -t pascalgrimaud/ubuntu .

You can build directly from the GitHub project :

docker build -t pascalgrimaud/ubuntu github.com/pascalgrimaud/docker-ubuntu.git

Alternately, you can pull the image from Docker Hub :

docker pull pascalgrimaud/ubuntu

About

Ubuntu 14.04 with locale to en_US.UTF-8

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages