This website requires JavaScript.
Explore
Help
Sign In
docker
/
ubuntu
Watch
1
Star
0
Fork
0
You've already forked ubuntu
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
43
Commits
1
Branch
0
Tags
2f99261d26666b42b18fca8b6880fa4f10d26907
Commit Graph
7 Commits
Author
SHA1
Message
Date
Ameer Hamza
2f99261d26
Changed entrypoing script so that it will wait for the system command to finish before running user command.
All checks were successful
continuous-integration/drone/push
Build is passing
Details
2023-10-01 22:50:13 +08:00
Ameer Hamza
867c36cec9
Added option to add system commands at init and exit of the container. These commands will usually be set in Dockerfile of child images.
All checks were successful
continuous-integration/drone/push
Build is passing
Details
2023-08-29 00:06:56 +08:00
Ameer Hamza
41d4f6f73f
Added the command to create home directory for the current user of the container. Also added few helpful comments.
All checks were successful
continuous-integration/drone/push
Build is passing
Details
2023-08-27 18:46:11 +08:00
Ameer Hamza
24baf083e8
Run init and exit commands with eval.
2023-04-10 17:52:19 +08:00
Ameer Hamza
ad7a2f55ad
[Significant Changes] Added build_command.sh to simplify the .gitlab-ci.yml. Added LOG_FILE variable to make the enrypoing 'tail -f' command more useful.
2023-03-21 18:00:07 +08:00
Ameer Hamza
843d683af2
Added option for user to give its own init and exit commands.
2022-11-18 02:06:35 +08:00
Ameer Hamza
e47266f5bd
First commit. Everything working as intended.
2022-11-17 20:58:22 +08:00