Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
docker-samba
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
docker-samba
Commits
ded19c36
Commit
ded19c36
authored
Apr 14, 2017
by
MarvAmBass
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initial commit
parent
8c89f2de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
68 additions
and
0 deletions
+68
-0
Dockerfile
Dockerfile
+64
-0
README.md
README.md
+4
-0
No files found.
Dockerfile
0 → 100644
View file @
ded19c36
FROM
debian:jessie
RUN
export
samba_version
=
4.6.2
\
&&
export
DEBIAN_FRONTEND
=
noninteractive
\
\
&&
apt-get
-q
-y
update
\
&&
apt-get
-q
-y
install
build-essential
\
wget
\
&&
apt-get
-q
-y
install
acl
\
attr
\
autoconf
\
bison
\
build-essential
\
debhelper
\
dnsutils
\
docbook-xml
\
docbook-xsl
\
flex
\
gdb
\
krb5-user
\
libacl1-dev
\
libaio-dev
\
libattr1-dev
\
libblkid-dev
\
libbsd-dev
\
libcap-dev
\
libcups2-dev
\
libgnutls28-dev
\
libjson-perl
\
libldap2-dev
\
libncurses5-dev
\
libpam0g-dev
\
libparse-yapp-perl
\
libpopt-dev
\
libreadline-dev
\
perl
\
perl-modules
\
pkg-config
\
python-all-dev
\
python-dev
\
python-dnspython
\
python-crypto
\
xsltproc
\
zlib1g-dev
\
\
&&
apt-get
-q
-y
clean
\
\
&&
wget https://download.samba.org/pub/samba/stable/samba-
${
samba_version
}
.tar.gz
\
&&
tar
xvf samba-
${
samba_version
}
.tar.gz
\
&&
rm
samba-
${
samba_version
}
.tar.gz
\
\
&&
cd
samba-
${
samba_version
}
\
&&
./configure
--prefix
=
/
\
&&
make
\
&&
make
install
\
\
&&
cp
examples/smb.conf.default /etc/smb.conf
\
&&
cd
-
\
\
&&
rm
-rf
samba-
${
samba_version
}
EXPOSE
139 445
CMD
[ "/sbin/smbd", "-F", "-S" ]
README.md
View file @
ded19c36
...
@@ -3,3 +3,7 @@
...
@@ -3,3 +3,7 @@
# Source Code
# Source Code
Check the following link for a new version: https://download.samba.org/pub/samba/stable/
Check the following link for a new version: https://download.samba.org/pub/samba/stable/
# Links
https://wiki.samba.org/index.php/Samba_AD_DC_Port_Usage
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment