This website works better with JavaScript.
Explore
Help
Sign In
GECO-IT-PUBLIC
/
docker-whoami
Watch
6
Star
0
Fork
You've already forked docker-whoami
0
Code
Pull Requests
Releases
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4a0d07dc42
main
1.0.0
1.0.1
1.0.2
1.0.3
1.1.0
1.2.0
1.3.0
1.3.1
1.3.10
1.3.11
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.4.0
1.4.1
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.6.0
1.6.1
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.8.2
1.8.3
1.9.0
1.9.1
1.9.2
1.9.3
1.9.4
2.0.0
2.0.1
2.0.2
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '4a0d07dc42'
${ noResults }
docker-whoami
/
Dockerfile
8 lines
84 B
Raw
Normal View
History
Unescape
Escape
Create nanoserver variant Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
8 years ago
FROM
microsoft/nanoserver
Add whoami service
10 years ago
Create nanoserver variant Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
8 years ago
COPY
tmp /
Add EXPOSE to Dockerfile
10 years ago
ENV
PORT
8000
EXPOSE
8000
Create nanoserver variant Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
8 years ago
CMD
[
"\\http.exe"
]