This website requires JavaScript.
Explore
Help
Sign in
pleshevskiy
/
docker_stack
Archived
Watch
1
Star
0
Fork
You've already forked docker_stack
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
This repository has been archived on
2024-07-25
. You can view files and clone it, but cannot push or open issues or pull requests.
33168324dc
docker_stack
/
Dockerfile
8 lines
102 B
Text
Raw
Normal View
History
Unescape
Escape
use latest docker dind image
2023-03-10 18:16:31 +03:00
FROM docker:23.0.1-dind
initial commit
2022-06-06 16:46:25 +03:00
COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh
ENTRYPOINT /entrypoint.sh
Reference in a new issue
Copy permalink