Here is an execution file http://bit.ly/dcs_
- Download & Install
curl -sL bit.ly/dcs_0 -o ./dcs
sudo chmod 755 ./dcs
sudo mv ./dcs /usr/bin/dcs
CLi mode dashboard for Docker(in redhat, ubuntu, OSX)
- It can be helps for type quickly :)
- You just shuld send a command "dcs" for start,stop,remove, pull run...
- That's all :)
- You can build & verify the docker image now via dcs command !
- If you type "build" in dcs, you should input the parents directory name of dockerfile existing directory
- And then the docker_build_auto.sh command shuld be downloaded automatically to be excution.
- Through the docker_build_auto.sh, you can modify the Dockerfile for build
- After build the image, you can verify the image good or not
- When you finish the Verification, You can make a tag to image and upload to registry
- After the upload to registry, you can clean the temporary image and log file
- You can feel free type the command as you want
- For example, if you need to remove several images, you can type as below
rm 123124 0981723 09871023 0983
- New function has been applied for exception process of sudo command use or not
- Purge function has been applied for no use image
purge
- Clean function has been applied for no use Volumes
clean
- In-line command input support
- You can use an in-line command as below
$ dcs clean
- Supports entering the running docker using the
it
command
it
or
it [image id]
- Bug Patch for
it
command of "Active process"(bug wasit
command found a in-active process) - "run" command 사용시 Port-expose를 추가 할 수 있는 step을 추가
- Port expose step supports when you need to run the container
======================================
run
== Please insert a image number [1 - 23 ]
1
== Please insert a new name for Run :
test_dcss
== Do you need to make port forwarding ? [host-port:container-port or null]
8080:80 8081:81
=========================================================================================================================================================
[:: Active Processors ::]
=========================================================================================================================================================
| CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
1 | b2d5490a70af ab7284315dff "docker-entrypoint.sh" 7 seconds ago Up 7 seconds 8983/tcp, 0.0.0.0:8080->80/tcp, 0.0.0.0:8081->81/tcp test_dcs
- Use the "upgrade" command to automatically update the Docker Cli-dashboard!
- update for numbering for align: 1, 2, 3 -> 01, 02, 03
- update for no-use image clean via
reduce
option
- update for
prune
command all clean(volume/network/process/image)
- Function update:
save
for All docker image dump to the local file - Function update:
load
for the local docker image file to the Docker images list
- Function update:
log
for docker process log show - Function name change: halt -> aps(all process stop)
- Function update:
stat
for All or selected container status monitoring - Function update:
run
just run container without going into container - Function update: Remove
attach
fromsa
and renamesa
tostart
- Change code to match the bash syntax
- Add command prompt
- Function update: Add volume mount option to
run
- Change some code to match the bash syntax
- Podman command supports