hive-docker

command module
v0.0.0-...-3752865 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2024 License: MPL-2.0 Imports: 11 Imported by: 0

README

hive-docker

start your containers from a simple API

  • start your containers from a simple API
  • mount a binding

use case

build the Dockerfile in 'images' folder

docker build . t test:latest

start the container from api

curl  -X POST \
  'localhost:8080/docker/start' \
  --data-raw '{
  "folderLocation":"C:\\Users\\YOUR_USER",
  "imageName":"test:latest"
}'

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL