Sign inSign up

rodger753/gitea

By rodger753

Updated about 5 years ago

Image
0

139

rodger753/gitea repository overview


Create Directory to mount a volume

mkdir /opt/containers

mkdir /opt/containers/gitea

chmod 777 -R /opt/containers/


Deploy gitea

docker run
-d
-it
-p 9022:22
-p 9080:80
-p 9443:443
-p 3000:3000
--name gitea_container
-v /opt/containers/gitea/:/opt/gitea/
rodger753/gitea:64bits


Access the container

docker exec -it gitea_container bash


SSH creedentials

user: root pass: root

user: git pass: git


MySQL creedentials

user: root pass:

user: git pass: root


Access Gitea via the web browser

visit the ip address:

http://ip-address:3000/install

Tag summary

Content type

Image

Digest

Size

324 MB

Last updated

about 5 years ago

docker pull rodger753/gitea:64bits