-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jess Frazelle <[email protected]>
- Loading branch information
Showing
19 changed files
with
28 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# Tested on Debian Jessie | ||
# USAGE: | ||
# # Download doctor Dockerfile | ||
# wget http://raw.githubusercontent.com/jessfraz/dockerfiles/master/doctor/Dockerfile | ||
# wget https://raw.githubusercontent.com/jessfraz/dockerfiles/master/doctor/Dockerfile | ||
# | ||
# # Build doctor image | ||
# docker build -t doctor . | ||
|
@@ -19,9 +19,9 @@ FROM alpine:latest | |
MAINTAINER Jessie Frazelle <[email protected]> | ||
|
||
# Install emacs: | ||
# Note: Emacs is only in testing repo -> http://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64 | ||
# Note: Emacs is only in testing repo -> https://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64 | ||
RUN apk --no-cache add \ | ||
--repository http://dl-3.alpinelinux.org/alpine/edge/testing/ \ | ||
--repository https://dl-3.alpinelinux.org/alpine/edge/testing/ \ | ||
emacs | ||
|
||
# Autorun doctor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# Tested on Debian Jessie | ||
# USAGE: | ||
# # Download dunnet Dockerfile | ||
# wget http://raw.githubusercontent.com/jessfraz/dockerfiles/master/dunnet/Dockerfile | ||
# wget https://raw.githubusercontent.com/jessfraz/dockerfiles/master/dunnet/Dockerfile | ||
# | ||
# # Build dunnet image | ||
# docker build -t dunnet . | ||
|
@@ -19,9 +19,9 @@ FROM alpine:latest | |
MAINTAINER Jessie Frazelle <[email protected]> | ||
|
||
# Install emacs: | ||
# Note: Emacs is only in testing repo -> http://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64 | ||
# Note: Emacs is only in testing repo -> https://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64 | ||
RUN apk --no-cache add \ | ||
--repository http://dl-3.alpinelinux.org/alpine/edge/testing/ \ | ||
--repository https://dl-3.alpinelinux.org/alpine/edge/testing/ \ | ||
emacs | ||
|
||
# Autorun dunnet | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# Tested on Debian Jessie | ||
# USAGE: | ||
# # Download tetris Dockerfile | ||
# wget http://raw.githubusercontent.com/jessfraz/dockerfiles/master/tetris/Dockerfile | ||
# wget https://raw.githubusercontent.com/jessfraz/dockerfiles/master/tetris/Dockerfile | ||
# | ||
# # Build tetris image | ||
# docker build -t tetris . | ||
|
@@ -19,9 +19,9 @@ FROM alpine:latest | |
MAINTAINER Jessie Frazelle <[email protected]> | ||
|
||
# Install emacs: | ||
# Note: Emacs is only in testing repo -> http://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64 | ||
# Note: Emacs is only in testing repo -> https://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64 | ||
RUN apk --no-cache add \ | ||
--repository http://dl-3.alpinelinux.org/alpine/edge/testing/ \ | ||
--repository https://dl-3.alpinelinux.org/alpine/edge/testing/ \ | ||
emacs | ||
|
||
# Autorun tetris | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters