Dockerizing a Couchbase service
  • References/Server/Docker/Docker Engine/Dockerize an application

Dockerizing a Couchbase service This example shows how to start a Couchbase server

2025-01-10 15:47:30
docker push
  • References/Server/Docker/Docker Engine/Engine reference/Command line reference

push Usage: docker push [OPTIONS] NAME[:TAG] Push an image or a repository to the registry --disable-content-trust=true Skip image signing

2025-01-10 15:47:30
docker-compose ps
  • References/Server/Docker/Docker Compose/Command-line Reference

ps Usage: ps [options] [SERVICE...] Options: -q Only display IDs Lists containers.

2025-01-10 15:47:30
Migrate from Boot2Docker to Machine
  • References/Server/Docker/Docker Machine

Migrate from Boot2Docker to Docker Machine If you were using Boot2Docker previously, you have a pre-existing Docker boot2docker-vm

2025-01-10 15:47:30
Remote API v1.21
  • References/Server/Docker/Docker Engine/Engine reference/API Reference

Docker Remote API v1.21 1. Brief introduction The Remote API has replaced rcli. The daemon listens

2025-01-10 15:47:30
Remote API client libraries
  • References/Server/Docker/Docker Engine/Engine reference/API Reference

Docker Remote API client libraries These libraries make it easier to build applications on top of the Docker Remote API with various programming languages

2025-01-10 15:47:30
docker-compose restart
  • References/Server/Docker/Docker Compose/Command-line Reference

restart Usage: restart [options] [SERVICE...] Options: -t, --timeout TIMEOUT Specify a shutdown timeout in seconds. (default: 10)

2025-01-10 15:47:30
docker-machine ls
  • References/Server/Docker/Docker Machine/Command line reference

ls Usage: docker-machine ls [OPTIONS] [arg...] List machines Options: --quiet, -q Enable quiet mode

2025-01-10 15:47:30
docker rm
  • References/Server/Docker/Docker Engine/Engine reference/Command line reference

rm Usage: docker rm [OPTIONS] CONTAINER [CONTAINER...] Remove one or more containers -f, --force Force the removal of a running

2025-01-10 15:47:30
docker-machine kill
  • References/Server/Docker/Docker Machine/Command line reference

kill Usage: docker-machine kill [arg...] Kill (abruptly force stop) a machine Description: Argument(s) are one or more machine names.

2025-01-10 15:47:30