Skip to content

Commit

Permalink
Add kubernetes client
Browse files Browse the repository at this point in the history
  • Loading branch information
ruo91 committed Dec 4, 2015
1 parent f9bc771 commit d62f566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 04_kubernetes_client
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FROM ubuntu:15.04
MAINTAINER Yongbok Kim <ruo91@yongbok.net>

# Change the repository
#RUN sed -i 's/archive.ubuntu.com/kr.archive.ubuntu.com/g' /etc/apt/sources.list
RUN sed -i 's/archive.ubuntu.com/kr.archive.ubuntu.com/g' /etc/apt/sources.list

# The last update and install package for docker
RUN apt-get update && apt-get install -y supervisor openssh-server nano net-tools iputils-ping
Expand Down Expand Up @@ -53,4 +53,4 @@ RUN echo 'root:k8sm' |chpasswd
EXPOSE 22

# Daemon
CMD ["/usr/bin/supervisord"]
CMD ["/usr/bin/supervisord"]

0 comments on commit d62f566

Please sign in to comment.