This website requires JavaScript.
Explore
Help
Sign In
a-c-m
/
community.general
mirror of
https://github.com/ansible-collections/community.general.git
Watch
1
Star
0
Fork
You've already forked community.general
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fe111b8577
community.general
/
tests
/
integration
/
targets
/
docker_image
/
files
/
MyDockerfile
6 lines
92 B
Plaintext
Raw
Blame
History
FROM alpine:3.7
ENV INSTALL_PATH /newdata
RUN mkdir -p $INSTALL_PATH
WORKDIR $INSTALL_PATH
Reference in New Issue
View Git Blame
Copy Permalink